|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callback | |
org.apache.axis2.client | |
org.apache.axis2.util |
Uses of Callback in org.apache.axis2.client |
Fields in org.apache.axis2.client declared as Callback | |
protected Callback |
OperationClient.callback
|
Methods in org.apache.axis2.client with parameters of type Callback | |
abstract void |
OperationClient.setCallback(Callback callback)
Set the callback to be executed when a message comes into the MEP and the operation client is executed. |
void |
ServiceClient.sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem,
Callback callback)
Directly invoke an anonymous operation with an In-Out MEP without waiting for a response. |
void |
ServiceClient.sendReceiveNonBlocking(javax.xml.namespace.QName operation,
org.apache.axiom.om.OMElement elem,
Callback callback)
Directly invoke a named operation with an In-Out MEP without waiting for a response. |
Uses of Callback in org.apache.axis2.util |
Methods in org.apache.axis2.util that return Callback | |
Callback |
CallbackReceiver.lookupCallback(java.lang.String msgID)
|
Methods in org.apache.axis2.util with parameters of type Callback | |
void |
CallbackReceiver.addCallback(java.lang.String MsgID,
Callback callback)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |