Apache CXF API

org.apache.cxf.frontend
Class ClientProxy

java.lang.Object
  extended by org.apache.cxf.frontend.ClientProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler
Direct Known Subclasses:
JaxWsClientProxy

public class ClientProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
ClientProxy(Client c)
           
 
Method Summary
 Client getClient()
           
static Client getClient(java.lang.Object o)
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 java.lang.Object invokeSync(java.lang.reflect.Method method, BindingOperationInfo oi, java.lang.Object[] params, java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientProxy

public ClientProxy(Client c)
Method Detail

invoke

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

invokeSync

public java.lang.Object invokeSync(java.lang.reflect.Method method,
                                   BindingOperationInfo oi,
                                   java.lang.Object[] params,
                                   java.util.Map<java.lang.String,java.lang.Object> context)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getClient

public Client getClient()

getClient

public static Client getClient(java.lang.Object o)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.