|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientCallback | |
|---|---|
| org.apache.cxf.endpoint | Client and Server related classes. |
| Uses of ClientCallback in org.apache.cxf.endpoint |
|---|
| Methods in org.apache.cxf.endpoint with parameters of type ClientCallback | |
|---|---|
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object... params)
Invokes an operation asynchronously |
void |
Client.invoke(ClientCallback callback,
QName operationName,
Object... params)
Invokes an operation asynchronously |
void |
Client.invoke(ClientCallback callback,
String operationName,
Object... params)
Invokes an operation asynchronously |
void |
Client.invokeWrapped(ClientCallback callback,
QName operationName,
Object... params)
Invokes an operation asynchronously |
void |
Client.invokeWrapped(ClientCallback callback,
String operationName,
Object... params)
Invokes an operation asynchronously |
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||