Uses of Interface
org.apache.cxf.wsn.EndpointManager
-
Packages that use EndpointManager Package Description 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 Modifier and Type Field Description protected EndpointManagerAbstractEndpoint. managerMethods in org.apache.cxf.wsn that return EndpointManager Modifier and Type Method Description EndpointManagerAbstractEndpoint. getManager()Methods in org.apache.cxf.wsn with parameters of type EndpointManager Modifier and Type Method Description CreatePullPointResponseAbstractCreatePullPoint. handleCreatePullPoint(CreatePullPoint createPullPointRequest, EndpointManager manager)SubscribeResponseAbstractNotificationBroker. handleSubscribe(Subscribe subscribeRequest, EndpointManager manager)voidAbstractEndpoint. setManager(EndpointManager manager) -
Uses of EndpointManager in org.apache.cxf.wsn.services
Classes in org.apache.cxf.wsn.services that implement EndpointManager Modifier and Type Class Description classJaxwsEndpointManagerclassOSGiJaxwsEndpointManagerConstructors in org.apache.cxf.wsn.services with parameters of type EndpointManager Constructor Description JaxwsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory, EndpointManager epManager)JaxwsNotificationBroker(String name, javax.jms.ConnectionFactory connectionFactory, EndpointManager epManager)
-