Uses of Interface
org.apache.axiom.soap.SOAPEnvelope
Packages that use SOAPEnvelope
-
Uses of SOAPEnvelope in org.apache.axiom.soap
Methods in org.apache.axiom.soap that return SOAPEnvelopeModifier and TypeMethodDescriptionSOAPFactory.createSOAPEnvelope()
Create a SOAP envelope.SOAPFactory.createSOAPEnvelope
(OMNamespace ns) Create a SOAP envelope with the given namespace.SOAPFactory.getDefaultEnvelope()
Create a default SOAP envelope with an empty header and an empty body.SOAPFactory.getDefaultFaultEnvelope()
SOAPMessage.getSOAPEnvelope()
SOAPModelBuilder.getSOAPEnvelope()
Get the SOAP envelope for the document processed by this builder.Methods in org.apache.axiom.soap with parameters of type SOAPEnvelopeModifier and TypeMethodDescriptionSOAPFactory.createSOAPBody
(SOAPEnvelope envelope) SOAPFactory.createSOAPHeader
(SOAPEnvelope envelope) Create aSOAPHeader
as a child of the givenSOAPEnvelope
.void
SOAPMessage.setSOAPEnvelope
(SOAPEnvelope envelope) Sets the SOAP envelope for this message.