Enum Class RouteRole

java.lang.Object
java.lang.Enum<RouteRole>
one.x1f.sip.foundation.core.declarative.RouteRole
All Implemented Interfaces:
Serializable, Comparable<RouteRole>, Constable

public enum RouteRole extends Enum<RouteRole>
Enum containing the different roles of a route.
  • Enum Constant Details

    • EXTERNAL_ENDPOINT

      public static final RouteRole EXTERNAL_ENDPOINT
    • EXTERNAL_SOAP_SERVICE_PROXY

      public static final RouteRole EXTERNAL_SOAP_SERVICE_PROXY
    • CONNECTOR_REQUEST_ORCHESTRATION

      public static final RouteRole CONNECTOR_REQUEST_ORCHESTRATION
    • CONNECTOR_RESPONSE_ORCHESTRATION

      public static final RouteRole CONNECTOR_RESPONSE_ORCHESTRATION
    • SCENARIO_HANDOFF

      public static final RouteRole SCENARIO_HANDOFF
    • SCENARIO_TAKEOVER

      public static final RouteRole SCENARIO_TAKEOVER
    • SCENARIO_ORCHESTRATION

      public static final RouteRole SCENARIO_ORCHESTRATION
    • COMPOSITE_SCENARIO_ORCHESTRATION

      public static final RouteRole COMPOSITE_SCENARIO_ORCHESTRATION
  • Field Details

    • roleSuffixInRouteId

      final String roleSuffixInRouteId
    • externalName

      final String externalName
  • Method Details

    • values

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