| com.sun.xml.ws.api.rm.server.ServerSequence
All known Subclasses: com.sun.xml.ws.rm.jaxws.runtime.server.ServerInboundSequence,
ServerSequence | public interface ServerSequence extends Sequence(Code) | | Abstraction of a server-side sequence that is returned by the
createSequence method of
ServerSequenceFactory , which is used
to reinitialize sequences using persisted data after a restart.
|
Method Summary | |
public void | resetMessage(int index, com.sun.xml.ws.api.message.Message message, boolean complete) Used to re-populate a sequence with persisted messages
after a restart. |
resetMessage | public void resetMessage(int index, com.sun.xml.ws.api.message.Message message, boolean complete)(Code) | | Used to re-populate a sequence with persisted messages
after a restart.
Parameters: index - The index to add message at. Parameters: message - The JAX-WS message to add Parameters: complete - Indicates whether to mark the messageas complete. |
|
|