Uses of Class
org.apache.cxf.ws.rm.RMEndpoint

Packages that use RMEndpoint
org.apache.cxf.ws.rm   
 

Uses of RMEndpoint in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return RMEndpoint
 RMEndpoint AbstractEndpoint.getReliableEndpoint()
           
 RMEndpoint RMManager.getReliableEndpoint(org.apache.cxf.message.Message message)
           
 

Methods in org.apache.cxf.ws.rm with parameters of type RMEndpoint
static ObjectName RMUtils.getManagedObjectName(RMEndpoint endpoint)
           
 

Constructors in org.apache.cxf.ws.rm with parameters of type RMEndpoint
AbstractEndpoint(RMEndpoint rme)
           
ManagedRMEndpoint(RMEndpoint endpoint)
           
Proxy(RMEndpoint rme)
           
 



Apache CXF