Uses of Class
org.apache.axis.message.SOAPEnvelope
Packages that use SOAPEnvelope
Package
Description
-
Uses of SOAPEnvelope in org.apache.axis
Methods in org.apache.axis that return SOAPEnvelopeModifier and TypeMethodDescriptionSOAPPart.getAsSOAPEnvelope()
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.Message.getSOAPEnvelope()
Get this message's SOAPPart as a SOAPEnvelope.Methods in org.apache.axis with parameters of type SOAPEnvelopeModifier and TypeMethodDescriptionvoid
SOAPPart.setSOAPEnvelope
(SOAPEnvelope env) This set the SOAP Envelope for this part. -
Uses of SOAPEnvelope in org.apache.axis.client
Methods in org.apache.axis.client that return SOAPEnvelopeModifier and TypeMethodDescriptionInvoke the service with a custom Message.Call.invoke
(SOAPEnvelope env) Invoke the service with a custom SOAPEnvelope.Methods in org.apache.axis.client with parameters of type SOAPEnvelopeModifier and TypeMethodDescriptionCall.invoke
(SOAPEnvelope env) Invoke the service with a custom SOAPEnvelope. -
Uses of SOAPEnvelope in org.apache.axis.encoding
Methods in org.apache.axis.encoding that return SOAPEnvelopeConstructors in org.apache.axis.encoding with parameters of type SOAPEnvelopeModifierConstructorDescriptionDeserializationContext
(InputSource is, MessageContext ctx, String messageType, SOAPEnvelope env) Construct Deserializer -
Uses of SOAPEnvelope in org.apache.axis.message
Fields in org.apache.axis.message declared as SOAPEnvelopeMethods in org.apache.axis.message that return SOAPEnvelopeModifier and TypeMethodDescriptionEnvelopeBuilder.getEnvelope()
MessageElement.getEnvelope()
get our current envelopeMethods in org.apache.axis.message with parameters of type SOAPEnvelopeModifier and TypeMethodDescriptionvoid
MessageElement.setEnvelope
(SOAPEnvelope env) bind a a new soap envelope.Constructors in org.apache.axis.message with parameters of type SOAPEnvelope -
Uses of SOAPEnvelope in org.apache.axis.providers.java
Methods in org.apache.axis.providers.java with parameters of type SOAPEnvelopeModifier and TypeMethodDescriptionprotected RPCElement
RPCProvider.createResponseBody
(RPCElement body, MessageContext msgContext, OperationDesc operation, ServiceDesc serviceDesc, Object objRes, SOAPEnvelope resEnv, ArrayList outs) protected RPCElement
RPCProvider.getBody
(SOAPEnvelope reqEnv, MessageContext msgContext) abstract void
JavaProvider.processMessage
(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, Object obj) Process the current message.void
MsgProvider.processMessage
(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, Object obj) Process the message.void
RPCProvider.processMessage
(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, Object obj) Process the current message.