Uses of Class
com.sun.xml.ws.tx.at.v10.types.Outcome
-
Packages that use Outcome Package Description 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 Modifier and Type Field Description protected OutcomeReplayResponse. outcomeMethods in com.sun.xml.ws.tx.at.v10.types that return Outcome Modifier and Type Method Description static OutcomeOutcome. fromValue(String v)OutcomeReplayResponse. getOutcome()Gets the value of the outcome property.static OutcomeOutcome. 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 Modifier and Type Method Description voidReplayResponse. setOutcome(Outcome value)Sets the value of the outcome property.
-