Class Soap11DataFormatAdapter

java.lang.Object
org.apache.camel.dataformat.soap.Soap11DataFormatAdapter
All Implemented Interfaces:
SoapDataFormatAdapter

public class Soap11DataFormatAdapter extends Object implements SoapDataFormatAdapter
Marshaling from Objects to SOAP 1.1 and back by using JAXB. The classes to be processed need to have JAXB annotations. For marshaling a ElementNameStrategy is used to determine how the top level elements in SOAP are named as this can not be extracted from JAXB.