Uses of Interface
com.sun.xml.ws.rx.rm.policy.RmConfigurator

Packages that use RmConfigurator
com.sun.xml.ws.rx.rm.policy.metro200603   
com.sun.xml.ws.rx.rm.policy.metro200702   
com.sun.xml.ws.rx.rm.policy.net200502   
com.sun.xml.ws.rx.rm.policy.net200702   
com.sun.xml.ws.rx.rm.policy.wsrm200502   
com.sun.xml.ws.rx.rm.policy.wsrm200702   
 

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
 class AckRequestIntervalClientAssertion
          Defines the suggested minimum time that the sender (RM Source) should allow to elapse between sending consecutive Acknowledgement request messages to the RM Destination.
 class AllowDuplicatesAssertion
          Proprietary assertion that works with WS-RM v1.0 (WSRM200502) and enables "At Least Once" message delivery:

Each message is to be delivered at least once, or else an error MUST be raised by the RM Source and/or RM Destination.

 class CloseTimeoutClientAssertion
          Defines a period of time after which an attempt to close a session would timeout.
 class OrderedDeliveryAssertion
          Proprietary assertion that works with WS-RM v1.0 (WSRM200502) and enables "In Order" message delivery:

Messages from each individual Sequence are to be delivered in the same order they have been sent by the Application Source.

 class ResendIntervalClientAssertion
          Specifies 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
 class AckRequestIntervalAssertion
          Defines the suggested minimum time that the sender (RM Source) should allow to elapse between sending consecutive Acknowledgement request messages to the RM Destination.
 class CloseSequenceTimeoutAssertion
          By default, the call to proxy.close() will not return until all messages have been acknowledged.
 class MaintenanceTaskPeriodAssertion
          Specifies the period (in milliseconds) of a sequence maintenance task execution.
 class MaxConcurrentSessionsAssertion
          Specifies 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.
 class PersistentAssertion
           
 class RetransmissionConfigAssertion
           
 

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
 class RmFlowControlAssertion
          Defines 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
 class AcknowledgementIntervalAssertion
          Assertion which replaces acknowledgement interval attribute of WS-RMP v1.0 RMAssertion.
 class InactivityTimeoutAssertion
          Assertion 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
 class Rm10Assertion
          Specifies 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
 class Rm11Assertion
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.