Apache CXF API

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

Packages that use CXFManagedConnection
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
 class ManagedConnectionImpl
           
 

Methods in org.apache.cxf.jca.cxf that return CXFManagedConnection
 CXFManagedConnection CXFInvocationHandlerData.getManagedConnection()
           
 

Methods in org.apache.cxf.jca.cxf with parameters of type CXFManagedConnection
 void CXFInvocationHandlerData.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
InvocationHandlerFactory(Bus b, CXFManagedConnection connection)
           
 


Apache CXF API

Apache CXF