Uses of Interface
org.apache.camel.dataformat.soap.name.ElementNameStrategy
-
Packages that use ElementNameStrategy Package Description 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 Modifier and Type Method Description ElementNameStrategySoapDataFormat. getElementNameStrategy()Constructors in org.apache.camel.dataformat.soap with parameters of type ElementNameStrategy Constructor Description SoapDataFormat(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 Modifier and Type Class Description classQNameStrategySimply ElementNameStrategy that returns one preset QName.classServiceInterfaceStrategyOffers a finder for a webservice interface to determine the QName of a webservice data elementclassTypeNameStrategyStrategy to determine the marshalled element name by looking at the annotations of the class to be marshalledclassXmlRootElementPreferringElementNameStrategy
-