|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.client.MEPClient
org.apache.axis2.client.InOnlyMEPClient
org.apache.axis2.client.MessageSender
Message Sender is similar to the Call. Call is just a wrapper that provides a simple API.
ServiceClient
Field Summary | |
protected static AxisOperation |
axisOperationTemplate
Deprecated. |
Fields inherited from class org.apache.axis2.client.MEPClient |
clientOptions, mep |
Constructor Summary | |
MessageSender()
Deprecated. |
|
MessageSender(ServiceContext service)
Deprecated. Constructs a Message Sender from a Service Context. |
|
MessageSender(String clientHome)
Deprecated. Constructs a Message Sender from a specified repository. |
Method Summary | |
protected void |
assumeServiceContext(String clientHome)
Deprecated. create a default service Context if the users are not interested in the lower levels of control |
void |
send(String opName,
OMElement toSend)
Deprecated. Sends a SOAP elvelope created from an OMElement. |
void |
send(String opName,
SOAPEnvelope soapEnvelope)
Deprecated. |
Methods inherited from class org.apache.axis2.client.InOnlyMEPClient |
configureTransportInformation, send |
Methods inherited from class org.apache.axis2.client.MEPClient |
addSOAPHeader, addSOAPHeader, addUserAddedSOAPHeaders, createDefaultSOAPEnvelope, engageModule, getClientOptions, getServiceContext, inferTransport, inferTransport, inferTransportOutDescription, prepareInvocation, prepareTheSOAPEnvelope, setClientOptions, setServiceContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static AxisOperation axisOperationTemplate
Constructor Detail |
public MessageSender() throws AxisFault
public MessageSender(ServiceContext service)
service
- public MessageSender(String clientHome) throws AxisFault
clientHome
- repository location
AxisFault
Method Detail |
protected void assumeServiceContext(String clientHome) throws AxisFault
assumeServiceContext
in class MEPClient
AxisFault
public void send(String opName, OMElement toSend) throws AxisFault
opName
- toSend
-
AxisFault
public void send(String opName, SOAPEnvelope soapEnvelope) throws AxisFault
AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |