public class WSATFaultFactory
extends java.lang.Object
The properties bind to a SOAP 1.2 fault as follows:
Modifier and Type | Method | Description |
---|---|---|
static void |
throwAlreadyRegisteredFault() |
4.6 Already Registered
This fault is sent to a participant if the coordinator detects that the participant attempted
to register for the same protocol of the same activity more than once.
|
static void |
throwContextRefusedFault() |
4.5.
|
static void |
throwInconsistentInternalStateFault() |
5.1 InconsistentInternalState
This fault is sent by a participant to indicate that it cannot fulfill its obligations.
|
static void |
throwInvalidParametersFault() |
4.3.
|
static void |
throwInvalidProtocolFault() |
4.2.
|
static void |
throwInvalidStateFault() |
4.1.
|
static void |
throwNoActivityFault() |
4.4.
|
public static void throwInvalidStateFault()
public static void throwInvalidProtocolFault()
public static void throwInvalidParametersFault()
public static void throwNoActivityFault()
public static void throwContextRefusedFault()
public static void throwAlreadyRegisteredFault()
public static void throwInconsistentInternalStateFault()