Apache CXF API

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

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

Uses of EndpointRegistrationException in org.apache.cxf.wsn
 

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

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

Methods in org.apache.cxf.wsn.services that throw EndpointRegistrationException
 Endpoint JaxwsEndpointManager.register(String address, Object service)
           
 Endpoint OSGiJaxwsEndpointManager.register(String address, Object service)
           
 void JaxwsEndpointManager.unregister(Endpoint endpoint, Object service)
           
 


Apache CXF API

Apache CXF