java.lang.Object
java.lang.Enum<FaultCode>
org.springframework.ws.soap.server.endpoint.annotation.FaultCode
All Implemented Interfaces:
Serializable, Comparable<FaultCode>, java.lang.constant.Constable

public enum FaultCode extends Enum<FaultCode>
Enumeration that represents the standard SOAP Fault codes for use with the JDK 1.5+ SoapFault annotation.
Since:
1.0.0
Author:
Arjen Poutsma