org.apache.cxf.jaxrs.client
Interface InvocationHandlerAware

All Known Implementing Classes:
AbstractClient, ClientProxyImpl, WebClient

public interface InvocationHandlerAware

Utility interface which helps to retrieve the invocation handler from a CGLIB proxy


Method Summary
 java.lang.Object getInvocationHandler()
           
 

Method Detail

getInvocationHandler

java.lang.Object getInvocationHandler()


Apache CXF