Save This Page
Home » axis2-1.5-src » org.apache » axis2 » util » [javadoc | source]
org.apache.axis2.util
public class: CallbackReceiver [javadoc | source]
java.lang.Object
   org.apache.axis2.util.CallbackReceiver

All Implemented Interfaces:
    MessageReceiver

This is a MessageReceiver which is used on the client side to accept the messages (response) that come to the client. This correlates the incoming message to the related messages and makes a call to the appropriate callback.
Field Summary
public static  String SERVICE_NAME     
Constructor:
 public CallbackReceiver() 
Method from org.apache.axis2.util.CallbackReceiver Summary:
addCallback,   addCallback,   getCallbackStore,   lookupCallback,   receive
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.util.CallbackReceiver Detail:
 public  void addCallback(String msgID,
    Callback callback) throws AxisFault 
 public  void addCallback(String msgID,
    AxisCallback callback) throws AxisFault 
 public Map getCallbackStore() 
 public Object lookupCallback(String msgID) 
 public  void receive(MessageContext msgContext) throws AxisFault