Uses of Interface
org.apache.axis2.client.async.AxisCallback
-
Packages that use AxisCallback Package Description org.apache.axis2.client org.apache.axis2.jaxws.client.async org.apache.axis2.rpc.client org.apache.axis2.util -
-
Uses of AxisCallback in org.apache.axis2.client
Fields in org.apache.axis2.client declared as AxisCallback Modifier and Type Field Description protected AxisCallback
OperationClient. axisCallback
Methods in org.apache.axis2.client with parameters of type AxisCallback Modifier and Type Method Description void
ServiceClient. sendReceiveNonBlocking(QName operation, OMElement elem, AxisCallback callback)
Directly invoke a named operation with an In-Out MEP without waiting for a response.void
ServiceClient. sendReceiveNonBlocking(OMElement elem, AxisCallback callback)
Directly invoke an anonymous 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. -
Uses of AxisCallback in org.apache.axis2.jaxws.client.async
Classes in org.apache.axis2.jaxws.client.async that implement AxisCallback Modifier and Type Class Description class
CallbackFuture
The CallbackFuture implements the Axis2 org.apache.axis2.client.async.Callback API and will get registered with the Axis2 engine to receive the asynchronous callback responses.class
PollingFuture
-
Uses of AxisCallback in org.apache.axis2.rpc.client
Methods in org.apache.axis2.rpc.client with parameters of type AxisCallback Modifier and Type Method Description void
RPCServiceClient. invokeNonBlocking(QName opName, Object[] args, AxisCallback callback)
Invoke the nonblocking/Asynchronous call -
Uses of AxisCallback in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type AxisCallback Modifier and Type Method Description void
CallbackReceiver. addCallback(String msgID, AxisCallback callback)
-