Uses of Class javax.xml.soap.SOAPMessage

Uses in package javax.xml.rpc.handler.soap

Methods with parameter type javax.xml.soap.SOAPMessage

void
Sets the SOAPMessage for this message context.

Methods with return type javax.xml.soap.SOAPMessage

SOAPMessage
Gets the SOAPMessage from this message context.

Uses in package javax.xml.soap

Methods with parameter type javax.xml.soap.SOAPMessage

SOAPMessage
SOAPConnection.call(SOAPMessage request, Object endpoint)
Sends the given message to the specified endpoint and blocks until it has returned the response.

Methods with return type javax.xml.soap.SOAPMessage

SOAPMessage
SOAPConnection.call(SOAPMessage request, Object endpoint)
Sends the given message to the specified endpoint and blocks until it has returned the response.
SOAPMessage
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
SOAPMessage
MessageFactory.createMessage(MimeHeaders mimeheaders, InputStream inputstream)
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.

Uses in package org.apache.axis.soap

Methods with parameter type javax.xml.soap.SOAPMessage

SOAPMessage
SOAPConnectionImpl.call(SOAPMessage request, Object endpoint)
Sends the given message to the specified endpoint and blocks until it has returned the response.

Methods with return type javax.xml.soap.SOAPMessage

SOAPMessage
SOAPConnectionImpl.call(SOAPMessage request, Object endpoint)
Sends the given message to the specified endpoint and blocks until it has returned the response.
SOAPMessage
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
SOAPMessage
MessageFactoryImpl.createMessage(MimeHeaders mimeheaders, InputStream inputstream)
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.

Uses in package org.apache.axis.handlers

Methods with parameter type javax.xml.soap.SOAPMessage

ArrayList

Uses in package org.apache.axis

Classes derived from javax.xml.soap.SOAPMessage

class
A complete SOAP (and/or XML-RPC, eventually) message.

Methods with parameter type javax.xml.soap.SOAPMessage

void
Sets the SOAPMessage for this message context.

Methods with return type javax.xml.soap.SOAPMessage

SOAPMessage
Gets the SOAPMessage from this message context.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.