Apache CXF API

Uses of Interface
org.apache.cxf.jca.cxf.CXFInvocationHandler

Packages that use CXFInvocationHandler
org.apache.cxf.jca.cxf   
org.apache.cxf.jca.cxf.handlers   
 

Uses of CXFInvocationHandler in org.apache.cxf.jca.cxf
 

Methods in org.apache.cxf.jca.cxf that return CXFInvocationHandler
 CXFInvocationHandler CXFInvocationHandler.getNext()
           
 

Methods in org.apache.cxf.jca.cxf with parameters of type CXFInvocationHandler
 void CXFInvocationHandler.setNext(CXFInvocationHandler next)
           
 

Uses of CXFInvocationHandler in org.apache.cxf.jca.cxf.handlers
 

Classes in org.apache.cxf.jca.cxf.handlers that implement CXFInvocationHandler
 class InvokingInvocationHandler
          delegates invocations to the target object
 class ObjectMethodInvocationHandler
          Handles invocations for methods defined on java.lang.Object, like hashCode, toString and equals
 class ProxyInvocationHandler
          The object returned to the application implement close and equals for the proxy
 

Methods in org.apache.cxf.jca.cxf.handlers that return CXFInvocationHandler
 CXFInvocationHandler InvocationHandlerFactory.createHandlers(Object target, Subject subject)
           
 


Apache CXF API

Apache CXF