|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPEnvelope | |
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.message |
Uses of SOAPEnvelope in org.apache.axis |
Methods in org.apache.axis that return SOAPEnvelope | |
SOAPEnvelope |
SOAPPart.getAsSOAPEnvelope()
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope. |
SOAPEnvelope |
Message.getSOAPEnvelope()
Get this message's SOAPPart as a SOAPEnvelope. |
Methods in org.apache.axis with parameters of type SOAPEnvelope | |
void |
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 SOAPEnvelope | |
SOAPEnvelope |
Call.invoke(Message msg)
Invoke the service with a custom Message. |
SOAPEnvelope |
Call.invoke(SOAPEnvelope env)
Invoke the service with a custom SOAPEnvelope. |
Methods in org.apache.axis.client with parameters of type SOAPEnvelope | |
SOAPEnvelope |
Call.invoke(SOAPEnvelope env)
Invoke the service with a custom SOAPEnvelope. |
Uses of SOAPEnvelope in org.apache.axis.message |
Methods in org.apache.axis.message that return SOAPEnvelope | |
SOAPEnvelope |
MessageElement.getEnvelope()
get our current envelope |
SOAPEnvelope |
EnvelopeBuilder.getEnvelope()
|
Methods in org.apache.axis.message with parameters of type SOAPEnvelope | |
void |
MessageElement.setEnvelope(SOAPEnvelope env)
bind a a new soap envelope. |
Constructors in org.apache.axis.message with parameters of type SOAPEnvelope | |
EnvelopeBuilder(SOAPEnvelope env,
java.lang.String messageType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |