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

Packages that use EndpointManager
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
org.apache.servicemix.wsn.component JBI Service Engine implementing WS-Notification 1.3. 
 

Uses of EndpointManager in org.apache.servicemix.wsn
 

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

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

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

Uses of EndpointManager in org.apache.servicemix.wsn.component
 

Classes in org.apache.servicemix.wsn.component that implement EndpointManager
 class WSNComponent.WSNEndpointManager
           
 class WSNDeployableEndpoint
           
 class WSNPublisherEndpoint
           
 class WSNPullPointEndpoint
           
 class WSNSubscriptionEndpoint
           
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.