Package org.apache.cxf.ws.rm
Enum ProtocolVariation
- All Implemented Interfaces:
Serializable,Comparable<ProtocolVariation>,java.lang.constant.Constable
Supported protocol variations.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic ProtocolVariationfindVariant(String wsrm, String wsa) Get the information for a supported version of WS-ReliableMessaging and WS-Addressing.getCodec()static ProtocolVariationReturns the enum constant of this type with the specified name.static ProtocolVariation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
RM10WSA200408
-
RM10WSA200508
-
RM11WSA200508
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getCodec
-
getConstants
-
getWSRMNamespace
-
getWSANamespace
-
findVariant
Get the information for a supported version of WS-ReliableMessaging and WS-Addressing. If the WS-A namespace is not specified this just returns the first match on the WS-RM namespace, which should always be the default.- Parameters:
wsrm- WS-RM namespace URIwsa- WS-A namespace URI (nullif not specified)- Returns:
- variant (
nullif not a supported version)
-