|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPMessage in javax.xml.soap |
---|
Methods in javax.xml.soap that return 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. |
abstract SOAPMessage |
MessageFactory.createMessage()
Creates a new SOAPMessage object with the default SOAPPart ,
SOAPEnvelope , SOAPBody , and SOAPHeader objects. |
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders mimeheaders,
java.io.InputStream inputstream)
Internalizes the contents of the given InputStream object into a new
SOAPMessage object and returns the SOAPMessage object. |
SOAPMessage |
SOAPConnection.get(java.lang.Object obj)
Gets a message from a specific endpoint and blocks until it receives, |
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. |
Constructors in javax.xml.soap with parameters of type SOAPMessage | |
---|---|
SAAJResult(SOAPMessage soapmessage)
|
Uses of SOAPMessage in javax.xml.ws.handler.soap |
---|
Methods in javax.xml.ws.handler.soap that return SOAPMessage | |
---|---|
SOAPMessage |
SOAPMessageContext.getMessage()
|
Methods in javax.xml.ws.handler.soap with parameters of type SOAPMessage | |
---|---|
void |
SOAPMessageContext.setMessage(SOAPMessage soapmessage)
|
Uses of SOAPMessage in org.apache.axis2.jaxws.handler |
---|
Methods in org.apache.axis2.jaxws.handler that return SOAPMessage | |
---|---|
SOAPMessage |
SoapMessageContext.getMessage()
|
Methods in org.apache.axis2.jaxws.handler with parameters of type SOAPMessage | |
---|---|
void |
SoapMessageContext.setMessage(SOAPMessage soapmessage)
|
Uses of SOAPMessage in org.apache.axis2.jaxws.message |
---|
Methods in org.apache.axis2.jaxws.message that return SOAPMessage | |
---|---|
SOAPMessage |
Message.getAsSOAPMessage()
getAsSOAPMessage Get the xml part as a read/write SOAPEnvelope |
Uses of SOAPMessage in org.apache.axis2.jaxws.message.factory |
---|
Methods in org.apache.axis2.jaxws.message.factory with parameters of type SOAPMessage | |
---|---|
Message |
MessageFactory.createFrom(SOAPMessage message)
create Message from SOAPMessage The xml and attachments from the SOAPMessage are used to populate the new Message The protocol is inferred from the SOAPMessage |
Uses of SOAPMessage in org.apache.axis2.jaxws.message.impl |
---|
Methods in org.apache.axis2.jaxws.message.impl that return SOAPMessage | |
---|---|
SOAPMessage |
MessageImpl.getAsSOAPMessage()
|
Methods in org.apache.axis2.jaxws.message.impl with parameters of type SOAPMessage | |
---|---|
Message |
MessageFactoryImpl.createFrom(SOAPMessage message)
|
Uses of SOAPMessage in org.apache.axis2.jaxws.message.util |
---|
Methods in org.apache.axis2.jaxws.message.util with parameters of type SOAPMessage | |
---|---|
static AttachmentPart |
MessageUtils.createAttachmentPart(java.lang.String cid,
javax.activation.DataHandler dh,
SOAPMessage message)
Create an SAAJ AttachmentPart from a JAXWS Attachment |
Uses of SOAPMessage in org.apache.axis2.saaj |
---|
Subclasses of SOAPMessage in org.apache.axis2.saaj | |
---|---|
class |
SOAPMessageImpl
|
Methods in org.apache.axis2.saaj that return 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. |
SOAPMessage |
MessageFactoryImpl.createMessage()
Creates a new SOAPMessage object with the default SOAPPart ,
SOAPEnvelope , SOAPBody , and SOAPHeader objects. |
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders mimeheaders,
java.io.InputStream inputstream)
Internalizes the contents of the given InputStream object into a new
SOAPMessage object and returns the SOAPMessage object. |
SOAPMessage |
SOAPConnectionImpl.get(java.lang.Object to)
overrided SOAPConnection's get() method |
SOAPMessage |
SOAPPartImpl.getSoapMessage()
Obtain the SOAPMessage |
Methods in org.apache.axis2.saaj 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. |
protected org.apache.axiom.soap.SOAPEnvelope |
SOAPConnectionImpl.toOMSOAPEnvelope(SOAPMessage saajSOAPMsg)
Converts a SAAJ SOAPMessage to an OM SOAPEnvelope |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |