Uses of Class
org.apache.axis.message.SOAPEnvelope
-
Packages that use SOAPEnvelope Package Description org.apache.axis org.apache.axis.client org.apache.axis.encoding org.apache.axis.message org.apache.axis.providers.java -
-
Uses of SOAPEnvelope in org.apache.axis
Methods in org.apache.axis that return SOAPEnvelope Modifier and Type Method Description SOAPEnvelopeSOAPPart. getAsSOAPEnvelope()Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.SOAPEnvelopeMessage. getSOAPEnvelope()Get this message's SOAPPart as a SOAPEnvelope.Methods in org.apache.axis with parameters of type SOAPEnvelope Modifier and Type Method Description voidSOAPPart. 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 SOAPEnvelope Modifier and Type Method Description SOAPEnvelopeCall. invoke(Message msg)Invoke the service with a custom Message.SOAPEnvelopeCall. invoke(SOAPEnvelope env)Invoke the service with a custom SOAPEnvelope.Methods in org.apache.axis.client with parameters of type SOAPEnvelope Modifier and Type Method Description SOAPEnvelopeCall. 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 SOAPEnvelope Modifier and Type Method Description SOAPEnvelopeDeserializationContext. getEnvelope()Get EnvelopeConstructors in org.apache.axis.encoding with parameters of type SOAPEnvelope Constructor Description DeserializationContext(org.xml.sax.InputSource is, MessageContext ctx, java.lang.String messageType, SOAPEnvelope env)Construct Deserializer -
Uses of SOAPEnvelope in org.apache.axis.message
Fields in org.apache.axis.message declared as SOAPEnvelope Modifier and Type Field Description protected SOAPEnvelopeMessageElement. messageMethods in org.apache.axis.message that return SOAPEnvelope Modifier and Type Method Description SOAPEnvelopeEnvelopeBuilder. getEnvelope()SOAPEnvelopeMessageElement. getEnvelope()get our current envelopeMethods in org.apache.axis.message with parameters of type SOAPEnvelope Modifier and Type Method Description voidMessageElement. setEnvelope(SOAPEnvelope env)bind a a new soap envelope.Constructors in org.apache.axis.message with parameters of type SOAPEnvelope Constructor Description EnvelopeBuilder(SOAPEnvelope env, java.lang.String messageType) -
Uses of SOAPEnvelope in org.apache.axis.providers.java
Methods in org.apache.axis.providers.java with parameters of type SOAPEnvelope Modifier and Type Method Description protected RPCElementRPCProvider. createResponseBody(RPCElement body, MessageContext msgContext, OperationDesc operation, ServiceDesc serviceDesc, java.lang.Object objRes, SOAPEnvelope resEnv, java.util.ArrayList outs)protected RPCElementRPCProvider. getBody(SOAPEnvelope reqEnv, MessageContext msgContext)abstract voidJavaProvider. processMessage(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, java.lang.Object obj)Process the current message.voidMsgProvider. processMessage(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, java.lang.Object obj)Process the message.voidRPCProvider. processMessage(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, java.lang.Object obj)Process the current message.
-