public interface SoapDataFormatAdapter
| Modifier and Type | Method and Description |
|---|---|
Object |
doMarshal(org.apache.camel.Exchange exchange,
Object inputObject,
OutputStream stream,
String soapAction)
Executes the marshal
|
Object |
doUnmarshal(org.apache.camel.Exchange exchange,
InputStream stream,
Object rootObject)
Executes the unmarshal
|
SoapJaxbDataFormat |
getDataFormat()
Gets the
SoapJaxbDataFormat SOAP data format. |
String |
getSoapPackageName()
Gets the JAXB package names where the JAXB generated sources is for either SOAP 1.1 or 1.2 implementations.
|
SoapJaxbDataFormat getDataFormat()
SoapJaxbDataFormat SOAP data format.String getSoapPackageName()
Object doMarshal(org.apache.camel.Exchange exchange, Object inputObject, OutputStream stream, String soapAction) throws IOException
IOExceptionObject doUnmarshal(org.apache.camel.Exchange exchange, InputStream stream, Object rootObject) throws IOException
IOExceptionApache Camel