cgl.narada.wsinfra.wse
Class WseFaults

java.lang.Object
  extended by cgl.narada.wsinfra.wse.WseFaults

public class WseFaults
extends Object

This class provides a one-stop for all the QNames and reasons related to faults in WS-Eventing. This eliminates the need to hard-code this in several places. Furthermore, if the spec changes the impact of this change will be felt at far fewer places.


Field Summary
static WseFaults instance
           
 
Constructor Summary
WseFaults()
           
 
Method Summary
 QName getDeliveryModeUnavailable()
           
 String getDeliveryModeUnavailableReason()
           
 QName getEventSourceUnableToProcess()
           
 QName getFilteringNotSupported()
           
 String getFilteringNotSupportedReason()
           
 QName getFilteringRequestedUnavailable()
           
 String getFilteringRequestedUnavailableReason()
           
static WseFaults getInstance()
           
 QName getInvalidExpirationTime()
           
 String getInvalidExpirationTimeReason()
           
 QName getInvalidMessage()
           
 QName getSupportedDeliveryMode()
           
 QName getSupportedDialect()
           
 QName getUnableToRenew()
           
 QName getUnsupportedExpirationType()
           
 String getUnsupportedExpirationTypeReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final WseFaults instance
Constructor Detail

WseFaults

public WseFaults()
Method Detail

getInstance

public static WseFaults getInstance()

getDeliveryModeUnavailable

public QName getDeliveryModeUnavailable()

getDeliveryModeUnavailableReason

public String getDeliveryModeUnavailableReason()

getInvalidExpirationTime

public QName getInvalidExpirationTime()

getInvalidExpirationTimeReason

public String getInvalidExpirationTimeReason()

getUnsupportedExpirationType

public QName getUnsupportedExpirationType()

getUnsupportedExpirationTypeReason

public String getUnsupportedExpirationTypeReason()

getFilteringNotSupported

public QName getFilteringNotSupported()

getFilteringNotSupportedReason

public String getFilteringNotSupportedReason()

getFilteringRequestedUnavailable

public QName getFilteringRequestedUnavailable()

getFilteringRequestedUnavailableReason

public String getFilteringRequestedUnavailableReason()

getEventSourceUnableToProcess

public QName getEventSourceUnableToProcess()

getUnableToRenew

public QName getUnableToRenew()

getInvalidMessage

public QName getInvalidMessage()

getSupportedDeliveryMode

public QName getSupportedDeliveryMode()

getSupportedDialect

public QName getSupportedDialect()


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