Uses of Interface
org.apache.axis2.client.async.AxisCallback
Packages that use AxisCallback
-
Uses of AxisCallback in org.apache.axis2.client
Fields in org.apache.axis2.client declared as AxisCallbackMethods in org.apache.axis2.client with parameters of type AxisCallbackModifier and TypeMethodDescriptionvoidServiceClient.sendReceiveNonBlocking(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.voidServiceClient.sendReceiveNonBlocking(org.apache.axiom.om.OMElement elem, AxisCallback callback) Directly invoke an anonymous operation with an In-Out MEP without waiting for a response.final voidOperationClient.setCallback(AxisCallback callback) Set the callback to be executed when a message comes into the MEP and the operation client is executed. -
Uses of AxisCallback in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type AxisCallbackModifier and TypeMethodDescriptionvoidCallbackReceiver.addCallback(String msgID, AxisCallback callback)