|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsrm.impl.WsrmFaultsImpl
public class WsrmFaultsImpl
This class provides a one-stop for creating all the faults that occur during WSRM processing. 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.
| Method Summary | |
|---|---|
SequenceFaultDocument |
getCreateSequenceRefused()
This fault is sent by an RM Destination to indicate that it cannot begin a requested Sequence. |
String |
getCreateSequenceRefusedReason()
Retrieve the reason associated with the fault |
static WsrmFaults |
getInstance()
|
SequenceFaultDocument |
getInvalidAcknowledgement(SequenceAcknowledgementDocument seqAckDocument)
This fault is sent by the RM Source in response to a |
String |
getInvalidAcknowledgementReason()
Retrieve the reason associated with the fault |
SequenceFaultDocument |
getInvalidMessage()
This is a fault send by an RM node when it encounters an invalid message. |
SequenceFaultDocument |
getLastMessageNumberExceeded(String identifier)
This fault is sent by the RM Source to indicate that it has run out of message numbers for a sequence. |
String |
getLastMessageNumberExceededReason()
Retrieve the reason associated with the fault |
SequenceFaultDocument |
getMessageNumberRollover(String identifier)
This fault is sent by the RM Source to indicate that it has run out of message numbers for a sequence. |
String |
getMessageNumberRolloverReason()
Retrieve the reason associated with the fault |
SequenceFaultDocument |
getSequenceRefused(String identifier)
This fault is sent by an RM Destination to indicate that it cannot begin a requested Sequence. |
String |
getSequenceRefusedReason()
Retrieve the reason associated with the fault |
SequenceFaultDocument |
getSequenceTerminated(String identifier)
This fault is sent by either the RM Source or the RM Destination to indicate that the endpoint that generates the fault has either encountered an unrecoverable condition, or has detected a violation of the protocol and as a consequence, has chosen to terminate the sequence. |
String |
getSequenceTerminatedReason()
Retrieve the reason associated with the fault |
QName |
getSoapReceiverQName()
Retrieves the Fault:Code for the receiver |
QName |
getSoapSenderQName()
Retrieves the Fault:Code for the sender |
SequenceFaultDocument |
getUnknownSequence(String identifier)
This fault is sent by either the RM Source or the RM Destination in response to a message containing an unknown sequence identifier. |
String |
getUnknownSequenceReason()
Retrieve the reason associated with the fault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WsrmFaults getInstance()
public SequenceFaultDocument getSequenceTerminated(String identifier)
getSequenceTerminated in interface WsrmFaultspublic String getSequenceTerminatedReason()
getSequenceTerminatedReason in interface WsrmFaultspublic SequenceFaultDocument getUnknownSequence(String identifier)
getUnknownSequence in interface WsrmFaultspublic String getUnknownSequenceReason()
getUnknownSequenceReason in interface WsrmFaultspublic SequenceFaultDocument getInvalidAcknowledgement(SequenceAcknowledgementDocument seqAckDocument)
getInvalidAcknowledgement in interface WsrmFaultspublic String getInvalidAcknowledgementReason()
getInvalidAcknowledgementReason in interface WsrmFaultspublic SequenceFaultDocument getMessageNumberRollover(String identifier)
getMessageNumberRollover in interface WsrmFaultspublic String getMessageNumberRolloverReason()
getMessageNumberRolloverReason in interface WsrmFaultspublic SequenceFaultDocument getLastMessageNumberExceeded(String identifier)
getLastMessageNumberExceeded in interface WsrmFaultspublic String getLastMessageNumberExceededReason()
getLastMessageNumberExceededReason in interface WsrmFaultspublic SequenceFaultDocument getSequenceRefused(String identifier)
getSequenceRefused in interface WsrmFaultspublic String getSequenceRefusedReason()
getSequenceRefusedReason in interface WsrmFaultspublic SequenceFaultDocument getCreateSequenceRefused()
getCreateSequenceRefused in interface WsrmFaultspublic SequenceFaultDocument getInvalidMessage()
getInvalidMessage in interface WsrmFaultspublic String getCreateSequenceRefusedReason()
getCreateSequenceRefusedReason in interface WsrmFaultspublic QName getSoapSenderQName()
getSoapSenderQName in interface WsrmFaultspublic QName getSoapReceiverQName()
getSoapReceiverQName in interface WsrmFaults
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||