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 Closeable
close
in interface AutoCloseable
IOException
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public Object invokeSync(Method method, BindingOperationInfo oi, Object[] params) throws Exception
Exception
public Client getClient()
protected void finalize() throws Throwable
Apache CXF