cgl.narada.wsinfra.messaging.entity.wse
Class WseSubscriberDefaults

java.lang.Object
  extended by cgl.narada.wsinfra.messaging.wse.WseFrameworkIndicator
      extended by cgl.narada.wsinfra.messaging.entity.wse.WseSubscriberDefaults
All Implemented Interfaces:
SubscriberDefaults, FrameworkIndicator

public class WseSubscriberDefaults
extends WseFrameworkIndicator
implements SubscriberDefaults


Method Summary
 boolean canRequestWrappedNotifications()
          Indicates if this subscriber can request wrapped notifications.
 String getDefaultFilterDialect()
          Indicates the default filter dialect that would be associated with filters if none has been specified.
static WseSubscriberDefaults getInstance()
           
 boolean hasRequestedRawNotifications()
          Indicates if the default is to request raw notifications.
 
Methods inherited from class cgl.narada.wsinfra.messaging.wse.WseFrameworkIndicator
getProvider, getSpecVersion, isEventing, isNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cgl.narada.wsinfra.messaging.FrameworkIndicator
getProvider, getSpecVersion, isEventing, isNotification
 

Method Detail

getInstance

public static WseSubscriberDefaults getInstance()

getDefaultFilterDialect

public String getDefaultFilterDialect()
Description copied from interface: SubscriberDefaults
Indicates the default filter dialect that would be associated with filters if none has been specified.

Specified by:
getDefaultFilterDialect in interface SubscriberDefaults
Returns:
the default filter dialect.
See Also:
SubscriberDefaults.getDefaultFilterDialect()

hasRequestedRawNotifications

public boolean hasRequestedRawNotifications()
Description copied from interface: SubscriberDefaults
Indicates if the default is to request raw notifications.

Specified by:
hasRequestedRawNotifications in interface SubscriberDefaults
Returns:
true if raw notifications are default; false otherwise.
See Also:
SubscriberDefaults.hasRequestedRawNotifications()

canRequestWrappedNotifications

public boolean canRequestWrappedNotifications()
Description copied from interface: SubscriberDefaults
Indicates if this subscriber can request wrapped notifications.

Specified by:
canRequestWrappedNotifications in interface SubscriberDefaults
Returns:
true if possible; false otherwise.
See Also:
SubscriberDefaults.canRequestWrappedNotifications()


For comments and suggestions please send e-mail to The NaradaBrokering Project