Uses of Class
com.sun.xml.ws.rx.rm.runtime.sequence.Sequence.State
-
Packages that use Sequence.State Package Description com.sun.xml.ws.rx.rm.runtime.sequence -
-
Uses of Sequence.State in com.sun.xml.ws.rx.rm.runtime.sequence
Methods in com.sun.xml.ws.rx.rm.runtime.sequence that return Sequence.State Modifier and Type Method Description static Sequence.StateSequence.State. asState(int value)Sequence.StateAbstractSequence. getState()Sequence.StateSequence. getState()Provides information on the state of the message sequenceSequence.StateSequenceData. getState()static Sequence.StateSequence.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Sequence.State[]Sequence.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.ws.rx.rm.runtime.sequence with parameters of type Sequence.State Modifier and Type Method Description voidSequenceData. setState(Sequence.State newState)
-