Uses of Interface
org.apache.camel.dataformat.soap.SoapDataFormatAdapter

Packages that use SoapDataFormatAdapter
org.apache.camel.dataformat.soap   
 

Uses of SoapDataFormatAdapter in org.apache.camel.dataformat.soap
 

Classes in org.apache.camel.dataformat.soap that implement SoapDataFormatAdapter
 class Soap11DataFormatAdapter
          Marshaling from Objects to SOAP 1.1 and back by using JAXB.
 class Soap12DataFormatAdapter
          Marshaling from Objects to SOAP 1.2 and back by using JAXB.
 



Apache Camel