Methods in org.apache.axis2.client with parameters of type AxisCallback |
void |
ServiceClient.sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem,
AxisCallback 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,
AxisCallback callback)
Directly invoke a named operation with an In-Out MEP without waiting for a response. |
void |
OperationClient.setCallback(AxisCallback callback)
Set the callback to be executed when a message comes into the MEP and the
operation client is executed. |