org.apache.axis2.client
Class InOnlyMEPClient
java.lang.Object
org.apache.axis2.client.MEPClient
org.apache.axis2.client.InOnlyMEPClient
- Direct Known Subclasses:
- MessageSender
- public class InOnlyMEPClient
- extends MEPClient
This class handles In-Only (fire and forget) MEP
- See Also:
ServiceClient
Methods inherited from class org.apache.axis2.client.MEPClient |
addSOAPHeader, addSOAPHeader, addUserAddedSOAPHeaders, assumeServiceContext, 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 |
InOnlyMEPClient
public InOnlyMEPClient(ServiceContext service)
- Deprecated.
configureTransportInformation
protected void configureTransportInformation(MessageContext msgCtx)
throws AxisFault
- Deprecated.
- Description copied from class:
MEPClient
- This gives chance to the derived class to configure its transport
from the information injected by the user via options. This is
called within the prepare invocation method, so user does not need to
call this explicitly.
- Specified by:
configureTransportInformation
in class MEPClient
- Throws:
AxisFault
send
public void send(AxisOperation axisop,
MessageContext msgctx)
throws AxisFault
- Deprecated.
- Sends the SOAP Message and forgets about it. This is one way
- Parameters:
axisop
- msgctx
-
- Throws:
AxisFault