Uses of Class
org.apache.cxf.endpoint.ClientCallback
Packages that use ClientCallback
-
Uses of ClientCallback in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint with parameters of type ClientCallbackModifier and TypeMethodDescriptionvoid
Client.invoke
(ClientCallback callback, String operationName, Object... params) Invokes an operation asynchronouslyvoid
Client.invoke
(ClientCallback callback, QName operationName, Object... params) Invokes an operation asynchronouslyvoid
Client.invoke
(ClientCallback callback, BindingOperationInfo oi, Object... params) Invokes an operation asynchronouslyvoid
Client.invoke
(ClientCallback callback, BindingOperationInfo oi, Object[] params, Map<String, Object> context) Invokes an operation asynchronouslyvoid
Client.invoke
(ClientCallback callback, BindingOperationInfo oi, Object[] params, Map<String, Object> context, Exchange exchange) Invokes an operation asynchronouslyvoid
Client.invoke
(ClientCallback callback, BindingOperationInfo oi, Object[] params, Exchange exchange) Invokes an operation asynchronouslyvoid
ClientImpl.invoke
(ClientCallback callback, String operationName, Object... params) void
ClientImpl.invoke
(ClientCallback callback, QName operationName, Object... params) void
ClientImpl.invoke
(ClientCallback callback, BindingOperationInfo oi, Object... params) void
ClientImpl.invoke
(ClientCallback callback, BindingOperationInfo oi, Object[] params, Map<String, Object> context) void
ClientImpl.invoke
(ClientCallback callback, BindingOperationInfo oi, Object[] params, Map<String, Object> context, Exchange exchange) void
ClientImpl.invoke
(ClientCallback callback, BindingOperationInfo oi, Object[] params, Exchange exchange) void
Client.invokeWrapped
(ClientCallback callback, String operationName, Object... params) Invokes an operation asynchronouslyvoid
Client.invokeWrapped
(ClientCallback callback, QName operationName, Object... params) Invokes an operation asynchronouslyvoid
ClientImpl.invokeWrapped
(ClientCallback callback, String operationName, Object... params) void
ClientImpl.invokeWrapped
(ClientCallback callback, QName operationName, Object... params)