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

Packages that use TopicNotSupportedFault
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 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.jaxws
 

Methods in org.apache.servicemix.wsn.jaxws that throw TopicNotSupportedFault
 GetCurrentMessageResponse NotificationProducer.getCurrentMessage(GetCurrentMessage GetCurrentMessage)
           
 GetCurrentMessageResponse NotificationProducerServiceImpl.getCurrentMessage(GetCurrentMessage GetCurrentMessage)
           
 GetCurrentMessageResponse NotificationBrokerServiceImpl.getCurrentMessage(GetCurrentMessage GetCurrentMessage)
           
 GetCurrentMessageResponse NotificationBroker.getCurrentMessage(GetCurrentMessage GetCurrentMessage)
           
 RegisterPublisherResponse NotificationBrokerServiceImpl.registerPublisher(RegisterPublisher RegisterPublisher)
           
 RegisterPublisherResponse NotificationBroker.registerPublisher(RegisterPublisher RegisterPublisher)
           
 SubscribeResponse NotificationProducer.subscribe(Subscribe Subscribe)
           
 SubscribeResponse NotificationProducerServiceImpl.subscribe(Subscribe Subscribe)
           
 SubscribeResponse NotificationBrokerServiceImpl.subscribe(Subscribe Subscribe)
           
 SubscribeResponse NotificationBroker.subscribe(Subscribe Subscribe)
           
 

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)
           
 



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