Package | Description |
---|---|
org.apache.camel.dataformat.soap | |
org.apache.camel.dataformat.soap.name |
Modifier and Type | Method and Description |
---|---|
ElementNameStrategy |
SoapJaxbDataFormat.getElementNameStrategy() |
Constructor and Description |
---|
SoapJaxbDataFormat(String contextPath,
ElementNameStrategy elementNameStrategy)
Initialize the data format.
|
Modifier and Type | Class and Description |
---|---|
class |
QNameStrategy
Simply ElementNameStrategy that returns one preset QName.
|
class |
ServiceInterfaceStrategy
Offers a finder for a webservice interface to determine the QName of a
webservice data element
|
class |
TypeNameStrategy
Strategy to determine the marshalled element name by looking at the
annotations of the class to be marshalled
|
class |
XmlRootElementPreferringElementNameStrategy |
Apache Camel