Package org.apache.camel.dataformat.soap

Interface Summary
SoapDataFormatAdapter Adapter for either SOAP 1.1 or 1.2 implementations.
 

Class Summary
Soap11DataFormatAdapter Marshaling from Objects to SOAP 1.1 and back by using JAXB.
Soap12DataFormatAdapter Marshaling from Objects to SOAP 1.2 and back by using JAXB.
SoapJaxbDataFormat Data format supporting SOAP 1.1 and 1.2.
 



Apache Camel