public class ClientProxy extends Object implements InvocationHandler, Closeable
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.endpoint.Client |
client |
| Constructor and Description |
|---|
ClientProxy(org.apache.cxf.endpoint.Client c) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
adjustObject(Object o) |
void |
close() |
protected void |
finalize() |
org.apache.cxf.endpoint.Client |
getClient() |
static org.apache.cxf.endpoint.Client |
getClient(Object o) |
Map<String,Object> |
getRequestContext() |
Map<String,Object> |
getResponseContext() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
Object |
invokeSync(Method method,
org.apache.cxf.service.model.BindingOperationInfo oi,
Object[] params) |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic Object invokeSync(Method method, org.apache.cxf.service.model.BindingOperationInfo oi, Object[] params) throws Exception
Exceptionpublic org.apache.cxf.endpoint.Client getClient()
protected void finalize()
throws Throwable
public static org.apache.cxf.endpoint.Client getClient(Object o)
Apache CXF