Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Take a look at the tests that show how you'd be able to relay/drop headers here:

https://svn.apache.org/repos/asf/camel/branches/camel-1.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/soap/headers/CxfMessageHeadersRelayTest.javaImage Removed

Changes since Release 2.0

...

Name

Description

type

Required?

Default value

in/out

Examples

CamelHttpCharacterEncoding (before 2.0-m2: CamelCxfBeanCharacterEncoding)

Character encoding

String

no

none

in

ISO-8859-1

CamelContentType (before 2.0-m2: CamelCxfBeanContentType)

Content type

String

no

*/*

in

text/xml

CamelCxfBeanRequestBasePath

The value of this header will be set in the CXF message as the Message.BASE_PATH property. It is needed by CXF JAXRS processing. Basically, it is the scheme, host and port portion of the request URI.

String

yes

the Endpoint URI of the source endpoint in the Camel exchange

in

http://localhost:9000 CamelCxfBeanRequestPath

CamelHttpPath (before 2.0-m2: CamelCxfBeanRequestPat)

Request URI's path

String

yes

none

in

consumer/123

CamelHttpMethod (before 2.0-m2: CamelCxfBeanVerb)

RESTful request verb

String

yes

none

in

GET, PUT, POST, DELETE

...