Apache CXF API

Uses of Interface
org.apache.cxf.wsn.EndpointManager

Packages that use EndpointManager
org.apache.cxf.wsn   
org.apache.cxf.wsn.services   
 

Uses of EndpointManager in org.apache.cxf.wsn
 

Fields in org.apache.cxf.wsn declared as EndpointManager
protected  EndpointManager AbstractEndpoint.manager
           
 

Methods in org.apache.cxf.wsn that return EndpointManager
 EndpointManager AbstractEndpoint.getManager()
           
 

Methods in org.apache.cxf.wsn with parameters of type EndpointManager
 CreatePullPointResponse AbstractCreatePullPoint.handleCreatePullPoint(CreatePullPoint createPullPointRequest, EndpointManager manager)
           
 SubscribeResponse AbstractNotificationBroker.handleSubscribe(Subscribe subscribeRequest, EndpointManager manager)
           
 void AbstractEndpoint.setManager(EndpointManager manager)
           
 

Uses of EndpointManager in org.apache.cxf.wsn.services
 

Classes in org.apache.cxf.wsn.services that implement EndpointManager
 class JaxwsEndpointManager
           
 class OSGiJaxwsEndpointManager
           
 

Constructors in org.apache.cxf.wsn.services with parameters of type EndpointManager
JaxwsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory, EndpointManager epManager)
           
JaxwsNotificationBroker(String name, javax.jms.ConnectionFactory connectionFactory, EndpointManager epManager)
           
 


Apache CXF API

Apache CXF