Uses of Class
com.sun.xml.ws.tx.at.v10.types.Outcome

Packages that use Outcome
com.sun.xml.ws.tx.at.v10.types   
 

Uses of Outcome in com.sun.xml.ws.tx.at.v10.types
 

Fields in com.sun.xml.ws.tx.at.v10.types declared as Outcome
protected  Outcome ReplayResponse.outcome
           
 

Methods in com.sun.xml.ws.tx.at.v10.types that return Outcome
static Outcome Outcome.fromValue(String v)
           
 Outcome ReplayResponse.getOutcome()
          Gets the value of the outcome property.
static Outcome Outcome.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Outcome[] Outcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.xml.ws.tx.at.v10.types with parameters of type Outcome
 void ReplayResponse.setOutcome(Outcome value)
          Sets the value of the outcome property.
 



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