org.apache.axis2.client
Class InOnlyMEPClient

java.lang.Object
  extended byorg.apache.axis2.client.MEPClient
      extended byorg.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

Field Summary
 
Fields inherited from class org.apache.axis2.client.MEPClient
clientOptions, mep
 
Constructor Summary
InOnlyMEPClient(ServiceContext service)
          Deprecated.  
 
Method Summary
protected  void configureTransportInformation(MessageContext msgCtx)
          Deprecated. This gives chance to the derived class to configure its transport from the information injected by the user via options.
 void send(AxisOperation axisop, MessageContext msgctx)
          Deprecated. Sends the SOAP Message and forgets about it.
 
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
 

Constructor Detail

InOnlyMEPClient

public InOnlyMEPClient(ServiceContext service)
Deprecated. 
Method Detail

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