Uses of Class
org.xmlsoap.schemas.soap.envelope.Envelope

Packages that use Envelope
org.xmlsoap.schemas.soap.envelope   
 

Uses of Envelope in org.xmlsoap.schemas.soap.envelope
 

Methods in org.xmlsoap.schemas.soap.envelope that return Envelope
 Envelope ObjectFactory.createEnvelope()
          Create an instance of Envelope
 Envelope Envelope.withAny(Collection<Object> values)
           
 Envelope Envelope.withAny(Object... values)
           
 Envelope Envelope.withBody(Body value)
           
 Envelope Envelope.withHeader(Header value)
           
 

Methods in org.xmlsoap.schemas.soap.envelope that return types with arguments of type Envelope
 JAXBElement<Envelope> ObjectFactory.createEnvelope(Envelope value)
          Create an instance of JAXBElement<Envelope>}
 

Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Envelope
 JAXBElement<Envelope> ObjectFactory.createEnvelope(Envelope value)
          Create an instance of JAXBElement<Envelope>}
 



Apache Camel