Package org.apache.axis2.util
Class CallbackReceiver
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCallback(String msgID, AxisCallback callback) lookupCallback(String msgID) voidreceive(MessageContext msgContext)
-
Field Details
-
SERVICE_NAME
-
-
Constructor Details
-
CallbackReceiver
public CallbackReceiver()
-
-
Method Details
-
addCallback
- Throws:
AxisFault
-
lookupCallback
-
receive
- Specified by:
receivein interfaceMessageReceiver- Throws:
AxisFault
-
getCallbackStore
-