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

Packages that use TopicNotSupportedFault
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
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. 
org.oasis_open.docs.wsn.brw_2   
org.oasis_open.docs.wsn.bw_2   
 

Uses of TopicNotSupportedFault in org.apache.servicemix.wsn
 

Methods in org.apache.servicemix.wsn that throw TopicNotSupportedFault
 void AbstractPublisher.create(RegisterPublisher registerPublisherRequest)
           
 void AbstractSubscription.create(Subscribe subscribeRequest)
           
 GetCurrentMessageResponse AbstractNotificationBroker.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 RegisterPublisherResponse AbstractNotificationBroker.handleRegisterPublisher(RegisterPublisher registerPublisherRequest, EndpointManager manager)
           
 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.servicemix.wsn.jbi
 

Methods in org.apache.servicemix.wsn.jbi that throw TopicNotSupportedFault
protected  void JbiPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
protected  void JbiSubscription.validateSubscription(Subscribe subscribeRequest)
           
 

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

Methods in org.apache.servicemix.wsn.jms that throw TopicNotSupportedFault
protected  void JmsPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
protected  void JmsSubscription.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)
           
 



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