Enum Class WSAddressingVersion

java.lang.Object
java.lang.Enum<WSAddressingVersion>
oracle.soa.api.constants.WSAddressingVersion
All Implemented Interfaces:
Serializable, Comparable<WSAddressingVersion>, Constable

public enum WSAddressingVersion extends Enum<WSAddressingVersion>
Supported WS-Addressing versions
  • Enum Constant Details

    • August2005

      public static final WSAddressingVersion 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

      public static final WSAddressingVersion August2004
      W3C WS-Addressing Submission specification

      This specification is sometimes referred to as the 2004/08 specification.

    • March2003

      public static final WSAddressingVersion March2003
      Initial version
  • Method Details

    • values

      public static WSAddressingVersion[] 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

      public static WSAddressingVersion valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromURI

      public static WSAddressingVersion fromURI(String uri)
      creates an instance of WSAddressingVersion from the given URI
      Parameters:
      uri - The URI value of the ws-addressing version
    • toString

      public String toString()
      String representation of the ws-addressing version.
      Overrides:
      toString in class Enum<WSAddressingVersion>
      Returns:
      the String value of the ws-addressing version