public class Soap11DataFormatAdapter extends Object implements SoapDataFormatAdapter
Constructor and Description |
---|
Soap11DataFormatAdapter(SoapJaxbDataFormat dataFormat) |
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.
|
public Soap11DataFormatAdapter(SoapJaxbDataFormat dataFormat)
public SoapJaxbDataFormat getDataFormat()
SoapDataFormatAdapter
SoapJaxbDataFormat
SOAP data format.getDataFormat
in interface SoapDataFormatAdapter
public Object doMarshal(org.apache.camel.Exchange exchange, Object inputObject, OutputStream stream, String soapAction) throws IOException
SoapDataFormatAdapter
doMarshal
in interface SoapDataFormatAdapter
IOException
public Object doUnmarshal(org.apache.camel.Exchange exchange, InputStream stream, Object rootObject) throws IOException
SoapDataFormatAdapter
doUnmarshal
in interface SoapDataFormatAdapter
IOException
public String getSoapPackageName()
SoapDataFormatAdapter
getSoapPackageName
in interface SoapDataFormatAdapter
Apache Camel