Apache CXF API

org.apache.cxf.jaxrs.client
Interface InvocationHandlerAware

All Known Implementing Classes:
ClientProxyImpl

public interface InvocationHandlerAware

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


Method Summary
 Object getInvocationHandler()
           
 

Method Detail

getInvocationHandler

Object getInvocationHandler()

Apache CXF API

Apache CXF