Package oracle.soa.api.constants
Enum Class WSAddressingVersion
- All Implemented Interfaces:
Serializable,Comparable<WSAddressingVersion>,Constable
Supported WS-Addressing versions
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionW3C WS-Addressing Submission specificationW3C Candidate Recommendation (CR) versions of the WS-Addressing core and SOAP specifications.Initial version -
Method Summary
Modifier and TypeMethodDescriptionstatic WSAddressingVersioncreates an instance of WSAddressingVersion from the given URItoString()String representation of the ws-addressing version.static WSAddressingVersionReturns the enum constant of this class with the specified name.static WSAddressingVersion[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
August2005
W3C Candidate Recommendation (CR) versions of the WS-Addressing core and SOAP specifications.These specifications are sometimes referred to collectively as the 2005/08 version of WS-Addressing.
-
August2004
W3C WS-Addressing Submission specificationThis specification is sometimes referred to as the 2004/08 specification.
-
March2003
Initial version
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromURI
creates an instance of WSAddressingVersion from the given URI- Parameters:
uri- The URI value of the ws-addressing version
-
toString
String representation of the ws-addressing version.- Overrides:
toStringin classEnum<WSAddressingVersion>- Returns:
- the String value of the ws-addressing version
-