cgl.narada.wsinfra.messaging.entity.wse
Class WsePublisherDefaults
java.lang.Object
cgl.narada.wsinfra.messaging.wse.WseFrameworkIndicator
cgl.narada.wsinfra.messaging.entity.wse.WsePublisherDefaults
- All Implemented Interfaces:
- PublisherDefaults, FrameworkIndicator
public class WsePublisherDefaults
- extends WseFrameworkIndicator
- implements PublisherDefaults
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static WsePublisherDefaults getInstance()
willIssueRawNotifications
public boolean willIssueRawNotifications()
- Description copied from interface:
PublisherDefaults
- This indicates if the publisher in question will issue raw notifications.
Raw notifications are the default in WSE/WSN. In the case of wrapped
notifications as in WSN, the publisher is expected to deliver notifications
that are wrapped inside the element.
- Specified by:
willIssueRawNotifications in interface PublisherDefaults
- Returns:
- true if it issues raw notifications; false otherwise.
- See Also:
PublisherDefaults.willIssueRawNotifications()
canIssueWrappedNotifications
public boolean canIssueWrappedNotifications()
- Description copied from interface:
PublisherDefaults
- This indicates if the publisher in question will issue wrapped notifications.
In the case of wrapped notifications as in WSN, the publisher is expected to deliver notifications
that are wrapped inside the element.
- Specified by:
canIssueWrappedNotifications in interface PublisherDefaults
- Returns:
- true if it can issue wrapped notifications; false otherwise.
- See Also:
PublisherDefaults.canIssueWrappedNotifications()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project