cgl.narada.wsinfra.messaging
Interface FrameworkIndicator

All Known Subinterfaces:
Initializer, MessagingEntity, Publisher, PublisherDefaults, PublisherInteraction, PublisherWithSubscriber, Subscriber, SubscriberDefaults, SubscriberInteraction, SubscriberWithPublisher, SubscriberWithSubscriptionManager, Subscription, WsePublisherWithSubscriber, WseSubscriberWithSubscriptionManager, WseSubscription, WsnPublisherWithSubscriber, WsnSubscriberWithPublisher, WsnSubscriberWithSubscriptionManager, WsnSubscription
All Known Implementing Classes:
WseEntity, WseFrameworkIndicator, WseInitializer, WsePublisher, WsePublisherDefaults, WSEPublisherInteraction, WSEPublisherWithSubscriber, WseSubscriber, WseSubscriberDefaults, WSESubscriberInteraction, WSESubscriberWithPublisher, WSESubscriberWithSubscriptionManager, WseSubscriptionEntry

public interface FrameworkIndicator


Method Summary
 String getProvider()
          Indicates the provider of this implementation.
 String getSpecVersion()
          The version of the relevant specification (WSE or WSN) that was implemented.
 boolean isEventing()
          Indicates if this is based on WS-Eventing.
 boolean isNotification()
          Indicates if this is based on WS-Notification.
 

Method Detail

isEventing

boolean isEventing()
Indicates if this is based on WS-Eventing.

Returns:
true if based on WSE, false otherwise.

isNotification

boolean isNotification()
Indicates if this is based on WS-Notification.

Returns:
true if based on WSN, false otherwise.

getSpecVersion

String getSpecVersion()
The version of the relevant specification (WSE or WSN) that was implemented.

Returns:
String containing the XML schema associated with the specification.

getProvider

String getProvider()
Indicates the provider of this implementation.

Returns:
String describing the provider of the specification in qquestion.


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