Uses of Class
org.apache.servicemix.wsn.EndpointRegistrationException

Packages that use EndpointRegistrationException
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 EndpointRegistrationException in org.apache.servicemix.wsn
 

Methods in org.apache.servicemix.wsn that throw EndpointRegistrationException
 void AbstractEndpoint.register()
           
 Object EndpointManager.register(String address, Object service)
           
 void AbstractEndpoint.unregister()
           
 void EndpointManager.unregister(Object endpoint)
           
 

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

Methods in org.apache.servicemix.wsn.component that throw EndpointRegistrationException
 Object WSNComponent.WSNEndpointManager.register(String address, Object service)
           
 Object WSNDeployableEndpoint.register(String address, Object service)
           
 void WSNComponent.WSNEndpointManager.unregister(Object endpoint)
           
 void WSNDeployableEndpoint.unregister(Object endpoint)
           
 



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