Apache CXF API

Uses of Class
org.oasis_open.docs.wsn.bw_2.TopicNotSupportedFault

Packages that use TopicNotSupportedFault
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   
org.oasis_open.docs.wsn.bw_2   
 

Uses of TopicNotSupportedFault in org.apache.cxf.wsn
 

Methods in org.apache.cxf.wsn that throw TopicNotSupportedFault
 void AbstractPublisher.create(RegisterPublisher registerPublisherRequest)
           
 void AbstractSubscription.create(Subscribe subscribeRequest)
           
 GetCurrentMessageResponse AbstractNotificationBroker.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 RegisterPublisherResponse AbstractNotificationBroker.handleRegisterPublisher(RegisterPublisher registerPublisherRequest)
           
 SubscribeResponse AbstractNotificationBroker.handleSubscribe(Subscribe subscribeRequest, EndpointManager manager)
           
 RegisterPublisherResponse AbstractNotificationBroker.registerPublisher(RegisterPublisher registerPublisherRequest)
           
 SubscribeResponse AbstractNotificationBroker.subscribe(Subscribe subscribeRequest)
           
protected  void AbstractPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
protected  void AbstractSubscription.validateSubscription(Subscribe subscribeRequest)
           
 

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

Methods in org.apache.cxf.wsn.client that throw TopicNotSupportedFault
 GetCurrentMessageResponse Publisher.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 List<Object> NotificationBroker.getCurrentMessage(String topic)
           
 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)
           
 Subscription NotificationBroker.subscribe(Referencable consumer, String topic)
           
 Subscription NotificationBroker.subscribe(Referencable consumer, String topic, String xpath)
           
 Subscription NotificationBroker.subscribe(Referencable consumer, String topic, String xpath, boolean raw)
           
 SubscribeResponse Publisher.subscribe(Subscribe subscribeRequest)
           
 

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

Methods in org.apache.cxf.wsn.jms that throw TopicNotSupportedFault
protected  void JmsPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
protected  void JmsSubscription.validateSubscription(Subscribe subscribeRequest)
           
 

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

Methods in org.apache.cxf.wsn.services that throw TopicNotSupportedFault
protected  void JaxwsSubscription.validateSubscription(Subscribe subscribeRequest)
           
 

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

Methods in org.oasis_open.docs.wsn.brw_2 that throw TopicNotSupportedFault
 GetCurrentMessageResponse NotificationBroker.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 RegisterPublisherResponse NotificationBroker.registerPublisher(RegisterPublisher registerPublisherRequest)
           
 SubscribeResponse NotificationBroker.subscribe(Subscribe subscribeRequest)
           
 

Uses of TopicNotSupportedFault in org.oasis_open.docs.wsn.bw_2
 

Methods in org.oasis_open.docs.wsn.bw_2 that throw TopicNotSupportedFault
 GetCurrentMessageResponse NotificationProducer.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 SubscribeResponse NotificationProducer.subscribe(Subscribe subscribeRequest)
           
 


Apache CXF API

Apache CXF