Uses of Class
org.apache.servicemix.wsn.jaxws.PublisherRegistrationRejectedFault

Packages that use PublisherRegistrationRejectedFault
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
org.apache.servicemix.wsn.jaxws   
org.apache.servicemix.wsn.jbi JBI implementation of NotificationBroker and related services. 
org.apache.servicemix.wsn.jms JMS based implementation of the NotificationBroker and related services. 
 

Uses of PublisherRegistrationRejectedFault in org.apache.servicemix.wsn
 

Methods in org.apache.servicemix.wsn that throw PublisherRegistrationRejectedFault
 void AbstractPublisher.create(RegisterPublisher registerPublisherRequest)
           
 RegisterPublisherResponse AbstractNotificationBroker.handleRegisterPublisher(RegisterPublisher registerPublisherRequest, EndpointManager manager)
           
 RegisterPublisherResponse AbstractNotificationBroker.registerPublisher(RegisterPublisher registerPublisherRequest)
           
protected  void AbstractPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 

Uses of PublisherRegistrationRejectedFault in org.apache.servicemix.wsn.jaxws
 

Methods in org.apache.servicemix.wsn.jaxws that throw PublisherRegistrationRejectedFault
 RegisterPublisherResponse NotificationBrokerServiceImpl.registerPublisher(RegisterPublisher RegisterPublisher)
           
 RegisterPublisherResponse NotificationBroker.registerPublisher(RegisterPublisher RegisterPublisher)
           
 

Uses of PublisherRegistrationRejectedFault in org.apache.servicemix.wsn.jbi
 

Methods in org.apache.servicemix.wsn.jbi that throw PublisherRegistrationRejectedFault
protected  void JbiPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 

Uses of PublisherRegistrationRejectedFault in org.apache.servicemix.wsn.jms
 

Methods in org.apache.servicemix.wsn.jms that throw PublisherRegistrationRejectedFault
protected  void JmsPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 



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