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

SequenceSettings

public class SequenceSettings extends Object implements Serializable
Initialization data for a sequence, which can be persisted and used to reinitialize a sequence.

Fields Summary
public String
acksTo
AcksTo URI for the sequence
public boolean
ordered
For OutboundSequences, determines whether destination guarantees ordered delivery.
public long
inactivityTimeout
Number of milliseconds after which destination may terminate sequence.
public boolean
flowControl
Indicates whether flow control is enabled.
public int
bufferSize
Number of messages that destination will buffer pending delivery.
public com.sun.xml.ws.api.SOAPVersion
soapVersion
The SOAPVersion which will be passed on to the protocol elements populated from the Pipe
public long
resendInterval
Length of time between resends
public long
ackRequestInterval
Length of time between ackRequests.
public long
closeTimeout
Lenth of time that RMClientPipe.preDestroy will block while waiting for unacknowledged messages to arrive.
public boolean
allowDuplicates
Do we suppress duplicates at the endpoint?
public com.sun.xml.ws.rm.RMConstants
constants
RMConstants enum value using correct addressing version.
public String
sequenceId
SequenceId for the sequence. This field is not assumed to be populated in the (@link SequenceConfig} subclass.
public String
companionSequenceId
SequenceId for the companion sequence, if any. This field is not assumed to be populated in the (@link SequenceConfig} subclass.
Constructors Summary
public SequenceSettings()

    
Methods Summary