Uses of Interface
org.apache.cxf.jca.cxf.CXFManagedConnection
-
Packages that use CXFManagedConnection Package Description org.apache.cxf.jca.cxf org.apache.cxf.jca.cxf.handlers -
-
Uses of CXFManagedConnection in org.apache.cxf.jca.cxf
Classes in org.apache.cxf.jca.cxf that implement CXFManagedConnection Modifier and Type Class Description classManagedConnectionImplMethods in org.apache.cxf.jca.cxf that return CXFManagedConnection Modifier and Type Method Description CXFManagedConnectionCXFInvocationHandlerData. getManagedConnection()Methods in org.apache.cxf.jca.cxf with parameters of type CXFManagedConnection Modifier and Type Method Description voidCXFInvocationHandlerData. setManagedConnection(CXFManagedConnection managedConnection) -
Uses of CXFManagedConnection in org.apache.cxf.jca.cxf.handlers
Constructors in org.apache.cxf.jca.cxf.handlers with parameters of type CXFManagedConnection Constructor Description InvocationHandlerFactory(Bus b, CXFManagedConnection connection)
-