Uses of Class
org.oasis_open.docs.wsn.b_2.Subscribe

Packages that use Subscribe
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
org.apache.servicemix.wsn.component JBI Service Engine implementing WS-Notification 1.3. 
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.apache.servicemix.wsn.spring   
org.oasis_open.docs.wsn.b_2   
org.oasis_open.docs.wsn.brw_2   
org.oasis_open.docs.wsn.bw_2   
 

Uses of Subscribe in org.apache.servicemix.wsn
 

Methods in org.apache.servicemix.wsn with parameters of type Subscribe
 void AbstractSubscription.create(Subscribe subscribeRequest)
           
 SubscribeResponse AbstractNotificationBroker.handleSubscribe(Subscribe subscribeRequest, EndpointManager manager)
           
 SubscribeResponse AbstractNotificationBroker.subscribe(Subscribe subscribeRequest)
           
protected  void AbstractSubscription.validateSubscription(Subscribe subscribeRequest)
           
 

Uses of Subscribe in org.apache.servicemix.wsn.component
 

Constructors in org.apache.servicemix.wsn.component with parameters of type Subscribe
WSNSubscriptionEndpoint(Subscribe request)
           
WSNSubscriptionEndpoint(Subscribe request, QName service, String endpoint)
           
 

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

Methods in org.apache.servicemix.wsn.jbi with parameters of type Subscribe
protected  javax.jbi.servicedesc.ServiceEndpoint JbiSubscription.resolveConsumer(Subscribe subscribeRequest)
           
protected  void JbiSubscription.validateSubscription(Subscribe subscribeRequest)
           
 

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

Methods in org.apache.servicemix.wsn.jms with parameters of type Subscribe
protected  void JmsSubscription.validateSubscription(Subscribe subscribeRequest)
           
 

Uses of Subscribe in org.apache.servicemix.wsn.spring
 

Methods in org.apache.servicemix.wsn.spring that return Subscribe
 Subscribe PublisherComponent.getSubscription()
          Deprecated.  
 

Uses of Subscribe in org.oasis_open.docs.wsn.b_2
 

Methods in org.oasis_open.docs.wsn.b_2 that return Subscribe
 Subscribe ObjectFactory.createSubscribe()
          Create an instance of Subscribe
 

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

Methods in org.oasis_open.docs.wsn.brw_2 with parameters of type Subscribe
 SubscribeResponse NotificationBroker.subscribe(Subscribe subscribeRequest)
           
 

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

Methods in org.oasis_open.docs.wsn.bw_2 with parameters of type Subscribe
 SubscribeResponse NotificationProducer.subscribe(Subscribe subscribeRequest)
           
 



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