Apache CXF API

Uses of Class
org.oasis_open.docs.wsn.brw_2.PublisherRegistrationFailedFault

Packages that use PublisherRegistrationFailedFault
org.apache.cxf.wsn   
org.apache.cxf.wsn.client   
org.apache.cxf.wsn.jms   
org.apache.cxf.wsn.services   
org.oasis_open.docs.wsn.brw_2   
 

Uses of PublisherRegistrationFailedFault in org.apache.cxf.wsn
 

Methods in org.apache.cxf.wsn that throw PublisherRegistrationFailedFault
 void AbstractPublisher.create(RegisterPublisher registerPublisherRequest)
           
 RegisterPublisherResponse AbstractNotificationBroker.handleRegisterPublisher(RegisterPublisher registerPublisherRequest)
           
 RegisterPublisherResponse AbstractNotificationBroker.registerPublisher(RegisterPublisher registerPublisherRequest)
           
protected abstract  void AbstractPublisher.start()
           
protected  void AbstractPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 

Uses of PublisherRegistrationFailedFault in org.apache.cxf.wsn.client
 

Methods in org.apache.cxf.wsn.client that throw PublisherRegistrationFailedFault
 Registration NotificationBroker.registerPublisher(Referencable publisher, List<String> topics, boolean demand)
           
 Registration NotificationBroker.registerPublisher(Referencable publisher, String topic)
           
 Registration NotificationBroker.registerPublisher(Referencable publisher, String topic, boolean demand)
           
 

Uses of PublisherRegistrationFailedFault in org.apache.cxf.wsn.jms
 

Methods in org.apache.cxf.wsn.jms that throw PublisherRegistrationFailedFault
protected  void JmsPublisher.start()
           
protected  void JmsPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 

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

Methods in org.apache.cxf.wsn.services that throw PublisherRegistrationFailedFault
protected  void JaxwsPublisher.start()
           
 

Uses of PublisherRegistrationFailedFault in org.oasis_open.docs.wsn.brw_2
 

Methods in org.oasis_open.docs.wsn.brw_2 that throw PublisherRegistrationFailedFault
 RegisterPublisherResponse NotificationBroker.registerPublisher(RegisterPublisher registerPublisherRequest)
           
 


Apache CXF API

Apache CXF