A B C D E F G H L M O Q S T U W

A

any - Variable in class org.xmlsoap.schemas.soap.envelope.Body
 
any - Variable in class org.xmlsoap.schemas.soap.envelope.Detail
 
any - Variable in class org.xmlsoap.schemas.soap.envelope.Envelope
 
any - Variable in class org.xmlsoap.schemas.soap.envelope.Header
 

B

Body - Class in org.xmlsoap.schemas.soap.envelope
Java class for Body complex type.
Body() - Constructor for class org.xmlsoap.schemas.soap.envelope.Body
 
body - Variable in class org.xmlsoap.schemas.soap.envelope.Envelope
 

C

checkElementNameStrategy(Exchange) - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
 
createBody() - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of Body
createBody(Body) - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of JAXBElement<Body>}
createContext() - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
Added the generated SOAP package to the JAXB context so Soap datatypes are available
createDetail() - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of Detail
createEnvelope() - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of Envelope
createEnvelope(Envelope) - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of JAXBElement<Envelope>}
createFault() - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of Fault
createFault(Fault) - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of JAXBElement<Fault>}
createHeader() - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of Header
createHeader(Header) - Method in class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create an instance of JAXBElement<Header>}

D

Detail - Class in org.xmlsoap.schemas.soap.envelope
Java class for detail complex type.
Detail() - Constructor for class org.xmlsoap.schemas.soap.envelope.Detail
 
detail - Variable in class org.xmlsoap.schemas.soap.envelope.Fault
 

E

ElementNameStrategy - Interface in org.apache.camel.dataformat.soap.name
Strategy interface for determining the element name for a SOAP body or fault
Envelope - Class in org.xmlsoap.schemas.soap.envelope
Java class for Envelope complex type.
Envelope() - Constructor for class org.xmlsoap.schemas.soap.envelope.Envelope
 

F

Fault - Class in org.xmlsoap.schemas.soap.envelope
Fault reporting structure
Fault() - Constructor for class org.xmlsoap.schemas.soap.envelope.Fault
 
faultactor - Variable in class org.xmlsoap.schemas.soap.envelope.Fault
 
faultcode - Variable in class org.xmlsoap.schemas.soap.envelope.Fault
 
faultstring - Variable in class org.xmlsoap.schemas.soap.envelope.Fault
 
findExceptionForFaultName(QName) - Method in interface org.apache.camel.dataformat.soap.name.ElementNameStrategy
Determine exception class for given SOAP Fault QName
findExceptionForFaultName(QName) - Method in class org.apache.camel.dataformat.soap.name.QNameStrategy
 
findExceptionForFaultName(QName) - Method in class org.apache.camel.dataformat.soap.name.ServiceInterfaceStrategy
 
findExceptionForFaultName(QName) - Method in class org.apache.camel.dataformat.soap.name.TypeNameStrategy
 
findQNameForSoapActionOrType(String, Class<?>) - Method in interface org.apache.camel.dataformat.soap.name.ElementNameStrategy
Deterimine element name for given type
findQNameForSoapActionOrType(String, Class<?>) - Method in class org.apache.camel.dataformat.soap.name.QNameStrategy
 
findQNameForSoapActionOrType(String, Class<?>) - Method in class org.apache.camel.dataformat.soap.name.ServiceInterfaceStrategy
Determine the QName of the method parameter of the method that matches either soapAction and type or if not possible only the type
findQNameForSoapActionOrType(String, Class<?>) - Method in class org.apache.camel.dataformat.soap.name.TypeNameStrategy
 

G

getAny() - Method in class org.xmlsoap.schemas.soap.envelope.Body
Gets the value of the any property.
getAny() - Method in class org.xmlsoap.schemas.soap.envelope.Detail
Gets the value of the any property.
getAny() - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
Gets the value of the any property.
getAny() - Method in class org.xmlsoap.schemas.soap.envelope.Header
Gets the value of the any property.
getBody() - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
Gets the value of the body property.
getDetail() - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Gets the value of the detail property.
getFaultactor() - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Gets the value of the faultactor property.
getFaultcode() - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Gets the value of the faultcode property.
getFaultstring() - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Gets the value of the faultstring property.
getHeader() - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
Gets the value of the header property.
getIn() - Method in class org.apache.camel.dataformat.soap.name.MethodInfo
 
getIn(String) - Method in class org.apache.camel.dataformat.soap.name.MethodInfo
 
getMethodForSoapAction(String) - Method in class org.apache.camel.dataformat.soap.name.ServiceInterfaceStrategy
 
getName() - Method in class org.apache.camel.dataformat.soap.name.MethodInfo
 
getOtherAttributes() - Method in class org.xmlsoap.schemas.soap.envelope.Body
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.xmlsoap.schemas.soap.envelope.Detail
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.xmlsoap.schemas.soap.envelope.Header
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOut() - Method in class org.apache.camel.dataformat.soap.name.MethodInfo
 
getSoapAction() - Method in class org.apache.camel.dataformat.soap.name.MethodInfo
 

H

header - Variable in class org.xmlsoap.schemas.soap.envelope.Envelope
 
Header - Class in org.xmlsoap.schemas.soap.envelope
Java class for Header complex type.
Header() - Constructor for class org.xmlsoap.schemas.soap.envelope.Header
 

L

log - Variable in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
 

M

marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
Marshal inputObjects to SOAP xml.
MethodInfo - Class in org.apache.camel.dataformat.soap.name
Value object to hold information about a method in a JAX-WS service interface.
MethodInfo(String, String, TypeInfo[], TypeInfo) - Constructor for class org.apache.camel.dataformat.soap.name.MethodInfo
Initialize

O

ObjectFactory - Class in org.xmlsoap.schemas.soap.envelope
This object contains factory methods for each Java content interface and Java element interface generated in the org.xmlsoap.schemas.soap.envelope package.
ObjectFactory() - Constructor for class org.xmlsoap.schemas.soap.envelope.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.schemas.soap.envelope
org.apache.camel.dataformat.soap - package org.apache.camel.dataformat.soap
 
org.apache.camel.dataformat.soap.name - package org.apache.camel.dataformat.soap.name
 
org.xmlsoap.schemas.soap.envelope - package org.xmlsoap.schemas.soap.envelope
 

Q

QNameStrategy - Class in org.apache.camel.dataformat.soap.name
Simply ElementNameStrategy that returns one preset QName.
QNameStrategy(QName) - Constructor for class org.apache.camel.dataformat.soap.name.QNameStrategy
Initialize with one QName

S

ServiceInterfaceStrategy - Class in org.apache.camel.dataformat.soap.name
Offers a finder for a webservice interface to determine the QName of a webservice data element
ServiceInterfaceStrategy(Class<?>, boolean) - Constructor for class org.apache.camel.dataformat.soap.name.ServiceInterfaceStrategy
Init with JAX-WS service interface
setBody(Body) - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
Sets the value of the body property.
setDetail(Detail) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Sets the value of the detail property.
setElementNameStrategy(Object) - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
 
setElementNameStrategy(ElementNameStrategy) - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
 
setElementNameStrategyRef(String) - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
 
setFaultactor(String) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Sets the value of the faultactor property.
setFaultcode(QName) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Sets the value of the faultcode property.
setFaultstring(String) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
Sets the value of the faultstring property.
setHeader(Header) - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
Sets the value of the header property.
setIgnoreUnmarshalledHeaders(boolean) - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
 
SOAP_UNMARSHALLED_HEADER_LIST - Static variable in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
 
SoapJaxbDataFormat - Class in org.apache.camel.dataformat.soap
Marshaling from Objects to SOAP and back by using JAXB.
SoapJaxbDataFormat() - Constructor for class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
Remember to set the context path when using this constructor
SoapJaxbDataFormat(String) - Constructor for class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
Initialize with JAXB context path
SoapJaxbDataFormat(String, ElementNameStrategy) - Constructor for class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
Initialize the data format.
SoapJaxbDataFormat(String, String) - Constructor for class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
Initialize the data format.

T

TypeNameStrategy - Class in org.apache.camel.dataformat.soap.name
Strategy to determine the marshalled element name by looking at the annotations of the class to be marshalled
TypeNameStrategy() - Constructor for class org.apache.camel.dataformat.soap.name.TypeNameStrategy
 

U

unmarshal(Exchange, InputStream) - Method in class org.apache.camel.dataformat.soap.SoapJaxbDataFormat
Unmarshal a given SOAP xml stream and return the content of the SOAP body

W

withAny(Object...) - Method in class org.xmlsoap.schemas.soap.envelope.Body
 
withAny(Collection<Object>) - Method in class org.xmlsoap.schemas.soap.envelope.Body
 
withAny(Object...) - Method in class org.xmlsoap.schemas.soap.envelope.Detail
 
withAny(Collection<Object>) - Method in class org.xmlsoap.schemas.soap.envelope.Detail
 
withAny(Object...) - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
 
withAny(Collection<Object>) - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
 
withAny(Object...) - Method in class org.xmlsoap.schemas.soap.envelope.Header
 
withAny(Collection<Object>) - Method in class org.xmlsoap.schemas.soap.envelope.Header
 
withBody(Body) - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
 
withDetail(Detail) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
 
withFaultactor(String) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
 
withFaultcode(QName) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
 
withFaultstring(String) - Method in class org.xmlsoap.schemas.soap.envelope.Fault
 
withHeader(Header) - Method in class org.xmlsoap.schemas.soap.envelope.Envelope
 

A B C D E F G H L M O Q S T U W

Apache CAMEL