org.apache.cxf.frontend
Class ClientProxy

java.lang.Object
  extended by org.apache.cxf.frontend.ClientProxy
All Implemented Interfaces:
InvocationHandler

public class ClientProxy
extends Object
implements InvocationHandler


Field Summary
protected  org.apache.cxf.endpoint.Client client
           
 
Constructor Summary
ClientProxy(org.apache.cxf.endpoint.Client c)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected org.apache.cxf.endpoint.Client client
Constructor Detail

ClientProxy

public ClientProxy(org.apache.cxf.endpoint.Client c)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

invokeSync

public Object invokeSync(Method method,
                         org.apache.cxf.service.model.BindingOperationInfo oi,
                         Object[] params)
                  throws Exception
Throws:
Exception

getRequestContext

public Map<String,Object> getRequestContext()

getResponseContext

public Map<String,Object> getResponseContext()

getClient

public org.apache.cxf.endpoint.Client getClient()

getClient

public static org.apache.cxf.endpoint.Client getClient(Object o)


Apache CXF