|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callback | |
org.apache.axis2.client | |
org.apache.axis2.rpc.client | |
org.apache.axis2.util |
Uses of Callback in org.apache.axis2.client |
Subclasses of Callback in org.apache.axis2.client | |
class |
InOutMEPClient.SyncCallBack
Deprecated. This class acts as a callback that allows users to wait on the result. |
Methods in org.apache.axis2.client with parameters of type Callback | |
void |
Call.invokeNonBlocking(String axisop,
org.apache.ws.commons.om.OMElement toSend,
Callback callback)
Deprecated. Invokes the nonblocking/asynchronous call. |
void |
Call.invokeNonBlocking(String axisop,
org.apache.ws.commons.soap.SOAPEnvelope envelope,
Callback callback)
Deprecated. Invokes the nonblocking/asynchronous call. |
void |
ServiceClient.sendReceiveNonBlocking(org.apache.ws.commons.om.OMElement elem,
Callback callback)
|
void |
ServiceClient.sendReceiveNonBlocking(QName operation,
org.apache.ws.commons.om.OMElement elem,
Callback callback)
|
void |
RESTCall.sendReceiveNonblocking(Callback callback)
|
void |
InOutMEPClient.invokeNonBlocking(AxisOperation axisop,
MessageContext msgctx,
Callback callback)
Deprecated. This method is used to make non-blocking calls and is independent of the transport. |
void |
OperationClient.setCallback(Callback callback)
Set the callback to be executed when a message comes into the MEP and the operation client is executed. |
Uses of Callback in org.apache.axis2.rpc.client |
Methods in org.apache.axis2.rpc.client with parameters of type Callback | |
void |
RPCServiceClient.invokeNonBlocking(QName opName,
Object[] args,
Callback callback)
Invoke the nonblocking/Asynchronous call |
Uses of Callback in org.apache.axis2.util |
Methods in org.apache.axis2.util with parameters of type Callback | |
void |
CallbackReceiver.addCallback(String MsgID,
Callback callback)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |