com.bea.control
Annotation Type SubscriptionControl.ClassSubscription


@Retention(value=RUNTIME)
public static @interface SubscriptionControl.ClassSubscription

Defines class level attributes for the Subscription Control


Optional Element Summary
 String channelName
          The name of the Message Broker channel to which the control subscribes
 String classFilterValueMatch
          The filter-value that the XQuery expression results must match for the message to be dispatched to a subscribing business process
 String xquery
          The XQuery expression that is evaluated for each message published to a subscribed channel.
 XQuery.Version xqueryVersion
           
 

channelName

public abstract String channelName
The name of the Message Broker channel to which the control subscribes

Default:
""

xquery

public abstract String xquery
The XQuery expression that is evaluated for each message published to a subscribed channel. Messages that do not satisfy this expression are not dispatched to a subscribing business process.

Default:
""

classFilterValueMatch

public abstract String classFilterValueMatch
The filter-value that the XQuery expression results must match for the message to be dispatched to a subscribing business process

Default:
""

xqueryVersion

public abstract XQuery.Version xqueryVersion
Default:
v2004