|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.webservices.rm.WSRMProtocolVersion
public final class WSRMProtocolVersion
Type-safe enumeration for WS-RM protocol versions. Jun 11, 2007, 10:42:30 AM
| Field Summary | |
|---|---|
static WSRMProtocolVersion |
WSRM_1_0WS-RM 1.0 protocol |
static WSRMProtocolVersion |
WSRM_1_1WS-RM 1.1 protocol |
| Method Summary | |
|---|---|
static WSRMProtocolVersion |
get(String versionNamespaceURI)Get the version matching the specified namespace URI. |
String |
getNamespaceURI() |
String |
toSimpleVersionName() |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final WSRMProtocolVersion WSRM_1_0
public static final WSRMProtocolVersion WSRM_1_1
| Method Detail |
|---|
public static WSRMProtocolVersion get(String versionNamespaceURI)
throws IllegalArgumentException
versionNamespaceURI - The WS-RM protocol version namespace URIIllegalArgumentException - if the specified namespace URI is not recognized.public final String getNamespaceURI()
public final String toString()
toString in class Objectpublic final String toSimpleVersionName()
|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||