|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<McProtocolVersion>
com.sun.xml.ws.rx.mc.api.McProtocolVersion
public enum McProtocolVersion
Enumeration holding supported WS-MakeConnection protocol versions
| Enum Constant Summary | |
|---|---|
WSMC200702
|
|
| Field Summary | |
|---|---|
QName |
messagePendingHeaderName
Header names |
QName |
missingSelectionFaultCode
|
String |
policyNamespaceUri
|
String |
protocolNamespaceUri
Namespaces |
QName |
unsupportedSelectionFaultCode
Fault codes |
String |
wsmcAction
Action constants |
String |
wsmcFaultAction
|
| Method Summary | |
|---|---|
static McProtocolVersion |
getDefault()
Provides a default reliable messaging version value. |
boolean |
isFault(String wsaAction)
Determines if the tested string is a valid WS-Addressing action header value that belongs to a WS-MakeConnection protocol fault |
boolean |
isProtocolAction(String wsaAction)
Determines if the tested string is a valid WS-Addressing action header value that belongs to a WS-MakeConnection protocol message |
static McProtocolVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static McProtocolVersion[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final McProtocolVersion WSMC200702
| Field Detail |
|---|
public final String protocolNamespaceUri
public final String policyNamespaceUri
public final String wsmcAction
public final String wsmcFaultAction
public final QName messagePendingHeaderName
public final QName unsupportedSelectionFaultCode
public final QName missingSelectionFaultCode
| Method Detail |
|---|
public static McProtocolVersion[] values()
for (McProtocolVersion c : McProtocolVersion.values()) System.out.println(c);
public static McProtocolVersion valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static McProtocolVersion getDefault()
#WSRM200702.RmVersionpublic boolean isProtocolAction(String wsaAction)
WS-Addressing - action string
true in case the wsaAction parameter is a valid WS-Addressing
action header value that belongs to a WS-MakeConnection protocol messagepublic boolean isFault(String wsaAction)
WS-Addressing - action string
true in case the wsaAction parameter is a valid WS-Addressing
action header value that belongs to a WS-MakeConnection protocol fault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||