| com.sun.xml.ws.api.tx.Protocol
Protocol | public enum Protocol (Code) | | This enum defines types for the AT protocol identifiers.
author: Ryan.Shoemaker@Sun.COM version: $Revision: 1.2 $ since: 1.0 |
COMPLETION | Enum Constant COMPLETION(Code) | | |
DURABLE | Enum Constant DURABLE(Code) | | |
UNKNOWN | Enum Constant UNKNOWN(Code) | | |
VOLATILE | Enum Constant VOLATILE(Code) | | |
WSAT2004 | Enum Constant WSAT2004(Code) | | |
getProtocol | public static Protocol getProtocol(String protocolId)(Code) | | Return the Protocol object corresponding to the specified protocol uri
Parameters: protocolId - the protocol id uri the corresponding Protocol object |
getUri | public String getUri()(Code) | | Get the uri of the protocol.
The protocol uri String |
|
|