| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SOAPMessage | |
| javax.xml.rpc.handler.soap | |
| javax.xml.soap | |
| org.apache.axis | |
| org.apache.axis.handlers | |
| org.apache.axis.soap | |
| Uses of SOAPMessage in javax.xml.rpc.handler.soap | 
| Methods in javax.xml.rpc.handler.soap that return SOAPMessage | |
|  SOAPMessage | SOAPMessageContext.getMessage()Gets the SOAPMessage from this message context. | 
| Methods in javax.xml.rpc.handler.soap with parameters of type SOAPMessage | |
|  void | SOAPMessageContext.setMessage(SOAPMessage message)Sets the SOAPMessagefor this message context. | 
| Uses of SOAPMessage in javax.xml.soap | 
| Methods in javax.xml.soap that return SOAPMessage | |
| abstract  SOAPMessage | MessageFactory.createMessage()Creates a new SOAPMessageobject with the
   defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. | 
| abstract  SOAPMessage | MessageFactory.createMessage(MimeHeaders mimeheaders,
              java.io.InputStream inputstream)Internalizes the contents of the given 
 InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. | 
| abstract  SOAPMessage | SOAPConnection.call(SOAPMessage request,
     java.lang.Object endpoint)Sends the given message to the specified endpoint and blocks until it has returned the response. | 
| Methods in javax.xml.soap with parameters of type SOAPMessage | |
| abstract  SOAPMessage | SOAPConnection.call(SOAPMessage request,
     java.lang.Object endpoint)Sends the given message to the specified endpoint and blocks until it has returned the response. | 
| Uses of SOAPMessage in org.apache.axis | 
| Subclasses of SOAPMessage in org.apache.axis | |
|  class | MessageA complete SOAP (and/or XML-RPC, eventually) message. | 
| Methods in org.apache.axis that return SOAPMessage | |
|  SOAPMessage | MessageContext.getMessage()Gets the SOAPMessage from this message context. | 
| Methods in org.apache.axis with parameters of type SOAPMessage | |
|  void | MessageContext.setMessage(SOAPMessage message)Sets the SOAPMessage for this message context. | 
| Uses of SOAPMessage in org.apache.axis.handlers | 
| Methods in org.apache.axis.handlers with parameters of type SOAPMessage | |
|  java.util.ArrayList | HandlerChainImpl.getMessageInfo(SOAPMessage message) | 
| Uses of SOAPMessage in org.apache.axis.soap | 
| Methods in org.apache.axis.soap that return SOAPMessage | |
|  SOAPMessage | MessageFactoryImpl.createMessage()Creates a new SOAPMessageobject with the
   defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. | 
|  SOAPMessage | MessageFactoryImpl.createMessage(MimeHeaders mimeheaders,
              java.io.InputStream inputstream)Internalizes the contents of the given 
 InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. | 
|  SOAPMessage | SOAPConnectionImpl.call(SOAPMessage request,
     java.lang.Object endpoint)Sends the given message to the specified endpoint and blocks until it has returned the response. | 
| Methods in org.apache.axis.soap with parameters of type SOAPMessage | |
|  SOAPMessage | SOAPConnectionImpl.call(SOAPMessage request,
     java.lang.Object endpoint)Sends the given message to the specified endpoint and blocks until it has returned the response. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||