|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPEnvelopeAxisImpl | |
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.encoding | |
org.apache.axis.message | |
org.apache.axis.providers.java |
Uses of SOAPEnvelopeAxisImpl in org.apache.axis |
Methods in org.apache.axis that return SOAPEnvelopeAxisImpl | |
SOAPEnvelopeAxisImpl |
MessagePart.getAsSOAPEnvelope()
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope. |
SOAPEnvelopeAxisImpl |
Message.getSOAPEnvelope()
Get this message's SOAPPart as a SOAPEnvelope. |
Methods in org.apache.axis with parameters of type SOAPEnvelopeAxisImpl | |
void |
MessagePart.setSOAPEnvelope(SOAPEnvelopeAxisImpl env)
This set the SOAP Envelope for this part. |
Uses of SOAPEnvelopeAxisImpl in org.apache.axis.client |
Methods in org.apache.axis.client that return SOAPEnvelopeAxisImpl | |
SOAPEnvelopeAxisImpl |
Call.invoke(SOAPEnvelopeAxisImpl env)
Invoke the service with a custom SOAPEnvelope. |
Methods in org.apache.axis.client with parameters of type SOAPEnvelopeAxisImpl | |
SOAPEnvelopeAxisImpl |
Call.invoke(SOAPEnvelopeAxisImpl env)
Invoke the service with a custom SOAPEnvelope. |
Uses of SOAPEnvelopeAxisImpl in org.apache.axis.encoding |
Methods in org.apache.axis.encoding that return SOAPEnvelopeAxisImpl | |
SOAPEnvelopeAxisImpl |
DeserializationContextImpl.getEnvelope()
Get Envelope |
SOAPEnvelopeAxisImpl |
DeserializationContext.getEnvelope()
Get Envelope |
Constructors in org.apache.axis.encoding with parameters of type SOAPEnvelopeAxisImpl | |
DeserializationContextImpl(InputSource is,
MessageContext ctx,
String messageType,
SOAPEnvelopeAxisImpl env)
Construct Deserializer |
Uses of SOAPEnvelopeAxisImpl in org.apache.axis.message |
Fields in org.apache.axis.message declared as SOAPEnvelopeAxisImpl | |
protected SOAPEnvelopeAxisImpl |
SOAPElementAxisImpl.message
|
Methods in org.apache.axis.message that return SOAPEnvelopeAxisImpl | |
static SOAPEnvelopeAxisImpl |
SOAPEnvelopeAxisImpl.newSOAPEnvelope(InputStream input)
|
SOAPEnvelopeAxisImpl |
SOAPElementAxisImpl.getEnvelope()
|
SOAPEnvelopeAxisImpl |
EnvelopeBuilder.getEnvelope()
|
Methods in org.apache.axis.message with parameters of type SOAPEnvelopeAxisImpl | |
void |
SOAPElementAxisImpl.setEnvelope(SOAPEnvelopeAxisImpl env)
|
Constructors in org.apache.axis.message with parameters of type SOAPEnvelopeAxisImpl | |
EnvelopeBuilder(SOAPEnvelopeAxisImpl env,
String messageType)
|
Uses of SOAPEnvelopeAxisImpl in org.apache.axis.providers.java |
Methods in org.apache.axis.providers.java that return SOAPEnvelopeAxisImpl | |
SOAPEnvelopeAxisImpl |
RPCInvocation.getRequestEnvelope()
|
SOAPEnvelopeAxisImpl |
RPCInvocation.getResponseEnvelope()
|
Methods in org.apache.axis.providers.java with parameters of type SOAPEnvelopeAxisImpl | |
void |
RPCProvider.processMessage(MessageContext msgContext,
SOAPEnvelopeAxisImpl reqEnv,
SOAPEnvelopeAxisImpl resEnv,
Object obj)
Process the current message. |
RPCInvocation |
RPCProvider.createRPCInvocation(MessageContext msgContext,
SOAPEnvelopeAxisImpl reqEnv,
SOAPEnvelopeAxisImpl resEnv,
Object obj)
|
void |
MsgProvider.processMessage(MessageContext msgContext,
SOAPEnvelopeAxisImpl reqEnv,
SOAPEnvelopeAxisImpl resEnv,
Object obj)
Process the message. |
abstract void |
JavaProvider.processMessage(MessageContext msgContext,
SOAPEnvelopeAxisImpl reqEnv,
SOAPEnvelopeAxisImpl resEnv,
Object obj)
Process the current message. |
Constructors in org.apache.axis.providers.java with parameters of type SOAPEnvelopeAxisImpl | |
RPCInvocation(RPCProvider rpcProvider,
MessageContext messageContext,
SOAPEnvelopeAxisImpl reqEnv,
SOAPEnvelopeAxisImpl resEnv,
Object targetObject)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |