FileDocCategorySizeDatePackage
ServerSequence.javaAPI DocExample2893Tue May 29 16:56:30 BST 2007com.sun.xml.ws.api.rm.server

ServerSequence

public interface ServerSequence implements com.sun.xml.ws.api.rm.Sequence
Abstraction of a server-side sequence that is returned by the createSequence method of {@link ServerSequenceFactory}, which is used to reinitialize sequences using persisted data after a restart.

Fields Summary
Constructors Summary
Methods Summary
public voidresetMessage(int index, com.sun.xml.ws.api.message.Message message, boolean complete)
Used to re-populate a sequence with persisted messages after a restart.

param
index The index to add message at.
param
message The JAX-WS message to add
param
complete Indicates whether to mark the message as complete.