|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SoapClient is a generic interface for a common set of SOAP utilities that may be implemented with different APIs from platform to platform. It allows users to send messages without putting API-specific references in their code.
Method Summary | |
---|---|
org.w3c.dom.Element[] |
send(EndpointReference src,
EndpointReference dest,
java.lang.String wsaAction,
org.w3c.dom.Element[] body)
Sends a SOAP envelope with the given body to the given destination. |
org.w3c.dom.Element[] |
send(EndpointReference src,
EndpointReference dest,
java.lang.String wsaAction,
org.w3c.dom.Element[] body,
org.w3c.dom.Element[] extraHeaders)
Sends a SOAP envelope with the given body to the given destination. |
Methods inherited from interface org.apache.muse.ws.addressing.soap.SoapMonitor |
---|
getSoapMonitorPort, isUsingSoapMonitor, startSoapMonitor, stopSoapMonitor |
Method Detail |
public org.w3c.dom.Element[] send(EndpointReference src, EndpointReference dest, java.lang.String wsaAction, org.w3c.dom.Element[] body)
src
- The EPR of the service sending the message.dest
- The EPR of the service that will receive the message.wsaAction
- The WS-A Action that specifies the operation to be invoked on
the destination service.body
- The contents of the SOAP body.
public org.w3c.dom.Element[] send(EndpointReference src, EndpointReference dest, java.lang.String wsaAction, org.w3c.dom.Element[] body, org.w3c.dom.Element[] extraHeaders)
src
- The EPR of the service sending the message.dest
- The EPR of the service that will receive the message.wsaAction
- The WS-A Action that specifies the operation to be invoked on
the destination service.body
- The contents of the SOAP body.extraHeaders
- SOAP header elements that should be added to the outgoing message.
These headers must not use the WS-Addressing namespace.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |