Package | Description |
---|---|
javax.xml.rpc.handler.soap | |
javax.xml.soap | |
org.apache.axis | |
org.apache.axis.handlers | |
org.apache.axis.soap |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPMessageContext.getMessage()
Gets the SOAPMessage from this message context.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPMessageContext.setMessage(SOAPMessage message)
Sets the
SOAPMessage for this message context. |
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request,
Object endpoint)
Sends the given message to the specified endpoint and
blocks until it has returned the response.
|
abstract SOAPMessage |
MessageFactory.createMessage()
Creates a new
SOAPMessage object with the
default SOAPPart , SOAPEnvelope ,
SOAPBody , and SOAPHeader objects. |
abstract 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. |
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request,
Object endpoint)
Sends the given message to the specified endpoint and
blocks until it has returned the response.
|
Modifier and Type | Class and Description |
---|---|
class |
Message
A complete SOAP (and/or XML-RPC, eventually) message.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
MessageContext.getMessage()
Gets the SOAPMessage from this message context.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setMessage(SOAPMessage message)
Sets the SOAPMessage for this message context.
|
Modifier and Type | Method and Description |
---|---|
ArrayList |
HandlerChainImpl.getMessageInfo(SOAPMessage message) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPConnectionImpl.call(SOAPMessage request,
Object endpoint)
Sends the given message to the specified endpoint and
blocks until it has returned the response.
|
SOAPMessage |
MessageFactoryImpl.createMessage()
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. |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPConnectionImpl.call(SOAPMessage request,
Object endpoint)
Sends the given message to the specified endpoint and
blocks until it has returned the response.
|
Copyright © The Apache Software Foundation. All Rights Reserved.