com.bea.control
Interface SubscriptionControl

All Superinterfaces:
weblogic.jws.control.Control, com.bea.control.Control, Serializable

public interface SubscriptionControl
extends weblogic.jws.control.Control


Nested Class Summary
static interface SubscriptionControl.Callback
           
 
Method Summary
 void subscribe()
          Subscribes the control to the message broker.
 void unsubscribe()
          Unsubscribes the control from the message broker, stopping further events (messages) from being delivered to the control.
 

Method Detail

subscribe

public void subscribe()
Subscribes the control to the message broker. If the subscription uses a filter expression, then the default filter value will be used. If no default filter value is defined in the annotations, then a null filter value will be used, meaning that any filter result will trigger a callback.


unsubscribe

public void unsubscribe()
Unsubscribes the control from the message broker, stopping further events (messages) from being delivered to the control.