Uses of Interface
org.apache.cxf.jca.cxf.CXFInvocationHandler
-
Packages that use CXFInvocationHandler Package Description 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 Modifier and Type Method Description CXFInvocationHandlerCXFInvocationHandler. getNext()Methods in org.apache.cxf.jca.cxf with parameters of type CXFInvocationHandler Modifier and Type Method Description voidCXFInvocationHandler. setNext(CXFInvocationHandler next) -
Uses of CXFInvocationHandler in org.apache.cxf.jca.cxf.handlers
Classes in org.apache.cxf.jca.cxf.handlers that implement CXFInvocationHandler Modifier and Type Class Description classInvokingInvocationHandlerdelegates invocations to the target objectclassObjectMethodInvocationHandlerHandles invocations for methods defined on java.lang.Object, like hashCode, toString and equalsclassProxyInvocationHandlerThe object returned to the application implement close and equals for the proxyMethods in org.apache.cxf.jca.cxf.handlers that return CXFInvocationHandler Modifier and Type Method Description CXFInvocationHandlerInvocationHandlerFactory. createHandlers(Object target, Subject subject)
-