cgl.narada.wsinfra.wse
Class WseFaults
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final WseFaults instance
WseFaults
public WseFaults()
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