Uses of Interface
com.sun.xml.ws.rx.rm.policy.RmConfigurator
-
-
Uses of RmConfigurator in com.sun.xml.ws.rx.rm.policy.metro200603
Classes in com.sun.xml.ws.rx.rm.policy.metro200603 that implement RmConfigurator Modifier and Type Class Description classAckRequestIntervalClientAssertionDefines the suggested minimum time that the sender (RM Source) should allow to elapse between sending consecutive Acknowledgement request messages to the RM Destination.classAllowDuplicatesAssertionProprietary assertion that works with WS-RM v1.0 (WSRM200502) and enables "At Least Once" message delivery:classCloseTimeoutClientAssertionDefines a period of time after which an attempt to close a session would timeout.classOrderedDeliveryAssertionProprietary assertion that works with WS-RM v1.0 (WSRM200502) and enables "In Order" message delivery:classResendIntervalClientAssertionSpecifies how long the RM Source will wait after transmitting a message and before retransmitting the message. -
Uses of RmConfigurator in com.sun.xml.ws.rx.rm.policy.metro200702
Classes in com.sun.xml.ws.rx.rm.policy.metro200702 that implement RmConfigurator Modifier and Type Class Description classAckRequestIntervalAssertionDefines the suggested minimum time that the sender (RM Source) should allow to elapse between sending consecutive Acknowledgement request messages to the RM Destination.classCloseSequenceTimeoutAssertionBy default, the call to proxy.close() will not return until all messages have been acknowledged.classMaintenanceTaskPeriodAssertionSpecifies the period (in milliseconds) of a sequence maintenance task execution.classMaxConcurrentSessionsAssertionSpecifies how many concurrently active RM sessions (measured based on inbound RM sequences) the SequenceManager dedicated to the WS Endpoint accepts before starting to refuse new requests for sequence creation.classPersistentAssertionclassRetransmissionConfigAssertion -
Uses of RmConfigurator in com.sun.xml.ws.rx.rm.policy.net200502
Classes in com.sun.xml.ws.rx.rm.policy.net200502 that implement RmConfigurator Modifier and Type Class Description classRmFlowControlAssertionDefines maximum server-side buffer size in ordered delivery scenario. -
Uses of RmConfigurator in com.sun.xml.ws.rx.rm.policy.net200702
Classes in com.sun.xml.ws.rx.rm.policy.net200702 that implement RmConfigurator Modifier and Type Class Description classAcknowledgementIntervalAssertionAssertion which replaces acknowledgement interval attribute of WS-RMP v1.0 RMAssertion.classInactivityTimeoutAssertionAssertion which replaces inactivity timeout attribute of WS-RMP v1.0 RMAssertion. -
Uses of RmConfigurator in com.sun.xml.ws.rx.rm.policy.wsrm200502
Classes in com.sun.xml.ws.rx.rm.policy.wsrm200502 that implement RmConfigurator Modifier and Type Class Description classRm10AssertionSpecifies that WS-ReliableMessaging protocol MUST be used when sending messages. -
Uses of RmConfigurator in com.sun.xml.ws.rx.rm.policy.wsrm200702
Classes in com.sun.xml.ws.rx.rm.policy.wsrm200702 that implement RmConfigurator Modifier and Type Class Description classRm11Assertion
-