cgl.narada.wsinfra.messaging.entity
Interface SubscriberDefaults

All Superinterfaces:
FrameworkIndicator
All Known Implementing Classes:
WseSubscriberDefaults

public interface SubscriberDefaults
extends FrameworkIndicator


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.
 boolean hasRequestedRawNotifications()
          Indicates if the default is to request raw notifications.
 
Methods inherited from interface cgl.narada.wsinfra.messaging.FrameworkIndicator
getProvider, getSpecVersion, isEventing, isNotification
 

Method Detail

getDefaultFilterDialect

String getDefaultFilterDialect()
Indicates the default filter dialect that would be associated with filters if none has been specified.

Returns:
the default filter dialect.

hasRequestedRawNotifications

boolean hasRequestedRawNotifications()
Indicates if the default is to request raw notifications.

Returns:
true if raw notifications are default; false otherwise.

canRequestWrappedNotifications

boolean canRequestWrappedNotifications()
Indicates if this subscriber can request wrapped notifications.

Returns:
true if possible; false otherwise.


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