Fields Summary |
---|
public String | acksToAcksTo URI for the sequence |
public boolean | orderedFor OutboundSequences, determines whether destination guarantees ordered delivery. |
public long | inactivityTimeoutNumber of milliseconds after which destination may terminate sequence. |
public boolean | flowControlIndicates whether flow control is enabled. |
public int | bufferSizeNumber of messages that destination will buffer pending delivery. |
public com.sun.xml.ws.api.SOAPVersion | soapVersionThe SOAPVersion which will be passed on to the protocol elements
populated from the Pipe |
public long | resendIntervalLength of time between resends |
public long | ackRequestIntervalLength of time between ackRequests. |
public long | closeTimeoutLenth of time that RMClientPipe.preDestroy will block while
waiting for unacknowledged messages to arrive. |
public boolean | allowDuplicatesDo we suppress duplicates at the endpoint? |
public com.sun.xml.ws.rm.RMConstants | constantsRMConstants enum value using correct addressing version. |
public String | sequenceIdSequenceId for the sequence. This field is not assumed to be populated
in the (@link SequenceConfig} subclass. |
public String | companionSequenceIdSequenceId for the companion sequence, if any. This field is not assumed
to be populated in the (@link SequenceConfig} subclass. |