FileDocCategorySizeDatePackage
Sequence.javaAPI DocExample2972Tue May 29 16:56:30 BST 2007com.sun.xml.ws.api.rm

Sequence

public interface Sequence
Base class for {@link ClientSequence} and {@link ServerSequence} classes.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetId()
Returns the unique identifier for the Sequence.

return
The sequence identifier.

public SequenceSettingsgetSequenceSettings()
Returns a {@link SequenceSettings} object that can be persisted and used to reconstruct the Sequence after a restart using a createSequence method of one of the subclasses, {@link ServerSequence} or {@link ClientSequence}.

return
The SequenceSettings containing the data that can be used to reinitialize the sequence.