cgl.narada.wsinfra.messaging.wse
Class WseFrameworkIndicator

java.lang.Object
  extended by cgl.narada.wsinfra.messaging.wse.WseFrameworkIndicator
All Implemented Interfaces:
FrameworkIndicator
Direct Known Subclasses:
WseEntity, WseInitializer, WsePublisherDefaults, WSEPublisherInteraction, WseSubscriberDefaults, WSESubscriberInteraction, WseSubscriptionEntry

public class WseFrameworkIndicator
extends Object
implements FrameworkIndicator


Constructor Summary
WseFrameworkIndicator()
           
 
Method Summary
 String getProvider()
          Retrieves the provider of this implementation.
 String getSpecVersion()
          Returns the version of WSE specification that this implementation corresponds to.
 boolean isEventing()
          Indicates that this is indeed a WSE entity
 boolean isNotification()
          Indicates that this is NOT a WSE entity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WseFrameworkIndicator

public WseFrameworkIndicator()
Method Detail

isEventing

public boolean isEventing()
Indicates that this is indeed a WSE entity

Specified by:
isEventing in interface FrameworkIndicator
Returns:
true if based on WSE, false otherwise.

isNotification

public boolean isNotification()
Indicates that this is NOT a WSE entity

Specified by:
isNotification in interface FrameworkIndicator
Returns:
true if based on WSN, false otherwise.

getSpecVersion

public String getSpecVersion()
Returns the version of WSE specification that this implementation corresponds to.

Specified by:
getSpecVersion in interface FrameworkIndicator
Returns:
String containing the XML schema associated with the specification.

getProvider

public String getProvider()
Retrieves the provider of this implementation.

Specified by:
getProvider in interface FrameworkIndicator
Returns:
String describing the provider of the specification in qquestion.


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