org.apache.cxf.endpoint
Interface Client
- All Superinterfaces:
- InterceptorProvider, MessageObserver
public interface Client
- extends InterceptorProvider, MessageObserver
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(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.