public class ClientProxy extends Object implements InvocationHandler, Closeable
| Constructor and Description |
|---|
ClientProxy(Client c) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
adjustObject(Object o) |
void |
close() |
protected void |
finalize() |
Client |
getClient() |
static Client |
getClient(Object o) |
Map<String,Object> |
getRequestContext() |
Map<String,Object> |
getResponseContext() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
Object |
invokeSync(Method method,
BindingOperationInfo oi,
Object[] params) |
protected Client client
public ClientProxy(Client c)
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, BindingOperationInfo oi, Object[] params) throws Exception
Exceptionpublic Client getClient()
protected void finalize()
throws Throwable
Apache CXF