Uses of Class
com.sun.xml.ws.api.tx.at.Transactional.Version

Packages that use Transactional.Version
com.sun.xml.ws.api.tx.at WS-AT API classes 
 

Uses of Transactional.Version in com.sun.xml.ws.api.tx.at
 

Methods in com.sun.xml.ws.api.tx.at that return Transactional.Version
static Transactional.Version Transactional.Version.forNamespaceUri(java.lang.String ns)
           
static Transactional.Version Transactional.Version.forNamespaceVersion(WsatNamespace nsVersion)
           
 Transactional.Version TransactionalFeature.getVersion()
          Returns the version of WS-AT to be used.
static Transactional.Version Transactional.Version.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Transactional.Version[] Transactional.Version.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.xml.ws.api.tx.at with parameters of type Transactional.Version
 void TransactionalFeature.setVersion(Transactional.Version version)
          Set the version of WS-AT to be used.
 

Constructors in com.sun.xml.ws.api.tx.at with parameters of type Transactional.Version
TransactionalFeature(boolean enabled, Transactional.TransactionFlowType value, Transactional.Version version)
           
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.