Uses of Interface
org.apache.camel.dataformat.soap.name.ElementNameStrategy

Packages that use ElementNameStrategy
org.apache.camel.dataformat.soap   
org.apache.camel.dataformat.soap.name   
 

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

Methods in org.apache.camel.dataformat.soap that return ElementNameStrategy
 ElementNameStrategy SoapJaxbDataFormat.getElementNameStrategy()
           
 

Constructors in org.apache.camel.dataformat.soap with parameters of type ElementNameStrategy
SoapJaxbDataFormat(String contextPath, ElementNameStrategy elementNameStrategy)
          Initialize the data format.
 

Uses of ElementNameStrategy in org.apache.camel.dataformat.soap.name
 

Classes in org.apache.camel.dataformat.soap.name that implement ElementNameStrategy
 class QNameStrategy
          Simply ElementNameStrategy that returns one preset QName.
 class ServiceInterfaceStrategy
          Offers a finder for a webservice interface to determine the QName of a webservice data element
 class TypeNameStrategy
          Strategy to determine the marshalled element name by looking at the annotations of the class to be marshalled
 class XmlRootElementPreferringElementNameStrategy
           
 



Apache Camel