Uses of Interface
org.apache.cxf.jca.cxf.CXFInvocationHandlerData
-
Packages that use CXFInvocationHandlerData Package Description org.apache.cxf.jca.cxf org.apache.cxf.jca.cxf.handlers -
-
Uses of CXFInvocationHandlerData in org.apache.cxf.jca.cxf
Methods in org.apache.cxf.jca.cxf that return CXFInvocationHandlerData Modifier and Type Method Description CXFInvocationHandlerDataCXFInvocationHandler. getData() -
Uses of CXFInvocationHandlerData in org.apache.cxf.jca.cxf.handlers
Constructors in org.apache.cxf.jca.cxf.handlers with parameters of type CXFInvocationHandlerData Constructor Description InvokingInvocationHandler(CXFInvocationHandlerData data)ObjectMethodInvocationHandler(CXFInvocationHandlerData data)ProxyInvocationHandler(CXFInvocationHandlerData data)
-