org.apache.cxf.endpoint
Interface Client
- All Superinterfaces:
- InterceptorProvider, MessageObserver
public interface Client
- extends InterceptorProvider, MessageObserver
Method Summary |
Endpoint |
getEndpoint()
|
java.lang.Object[] |
invoke(BindingOperationInfo oi,
java.lang.Object... params)
Invokes an operation syncronously |
java.lang.Object[] |
invoke(BindingOperationInfo oi,
java.lang.Object[] params,
java.util.Map<java.lang.String,java.lang.Object> context)
Invokes an operation syncronously |
java.lang.Object[] |
invoke(javax.xml.namespace.QName operationName,
java.lang.Object... params)
Invokes an operation syncronously |
java.lang.Object[] |
invoke(java.lang.String operationName,
java.lang.Object... params)
Invokes an operation syncronously |
REQUEST_CONTEXT
static final java.lang.String REQUEST_CONTEXT
- See Also:
- Constant Field Values
RESPONSE_CONTEXT
static final java.lang.String RESPONSE_CONTEXT
- See Also:
- Constant Field Values
invoke
java.lang.Object[] invoke(java.lang.String operationName,
java.lang.Object... params)
throws java.lang.Exception
- Invokes an operation syncronously
- Parameters:
operationName
- The name of the operation to be invoked. The service namespace will be used
when looking up the BindingOperationInfo.params
- The params that matches the parts of the input message of the operation
- Returns:
- The return values that matche the parts of the output message of the operation
- Throws:
java.lang.Exception
invoke
java.lang.Object[] invoke(javax.xml.namespace.QName operationName,
java.lang.Object... params)
throws java.lang.Exception
- Invokes an operation syncronously
- Parameters:
operationName
- The name of the operation to be invokedparams
- The params that matches the parts of the input message of the operation
- Returns:
- The return values that matche the parts of the output message of the operation
- Throws:
java.lang.Exception
invoke
java.lang.Object[] invoke(BindingOperationInfo oi,
java.lang.Object... params)
throws java.lang.Exception
- Invokes an operation syncronously
- Parameters:
oi
- The operation to be invokedparams
- The params that matches the parts of the input message of the operation
- Returns:
- The return values that matche the parts of the output message of the operation
- Throws:
java.lang.Exception
invoke
java.lang.Object[] invoke(BindingOperationInfo oi,
java.lang.Object[] params,
java.util.Map<java.lang.String,java.lang.Object> context)
throws java.lang.Exception
- Invokes an operation syncronously
- Parameters:
oi
- The operation to be invokedparams
- The params that matches the parts of the input message of the operationcontext
- Optional (can be null) contextual information for the invocation
- Returns:
- The return values that matche the parts of the output message of the operation
- Throws:
java.lang.Exception
getEndpoint
Endpoint getEndpoint()
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.