Uses of Class
com.sun.xml.ws.policy.SimpleAssertion

Packages that use SimpleAssertion
com.sun.xml.ws.api.config.management.policy   
com.sun.xml.ws.rx.mc.policy.wsmc200702   
com.sun.xml.ws.rx.rm.policy.metro200603   
com.sun.xml.ws.rx.rm.policy.metro200702   
com.sun.xml.ws.rx.rm.policy.net200702   
com.sun.xml.ws.rx.rm.policy.wsrm200502   
com.sun.xml.ws.transport.tcp.policy   
com.sun.xml.ws.tx.at.policy   
 

Uses of SimpleAssertion in com.sun.xml.ws.api.config.management.policy
 

Subclasses of SimpleAssertion in com.sun.xml.ws.api.config.management.policy
 class ManagedClientAssertion
          The client-side ManagedClient policy assertion.
 class ManagedServiceAssertion
          The server-side ManagedService policy assertion.
 class ManagementAssertion
          Base class for the #ManagedClientAssertion and #ManagedServiceAssertion.
 

Uses of SimpleAssertion in com.sun.xml.ws.rx.mc.policy.wsmc200702
 

Subclasses of SimpleAssertion in com.sun.xml.ws.rx.mc.policy.wsmc200702
 class MakeConnectionSupportedAssertion
           The MakeConnection policy assertion indicates that the MakeConnection protocol (operation and the use of the MakeConnection URI template in EndpointReferences) is required for messages sent from this endpoint.
 

Uses of SimpleAssertion in com.sun.xml.ws.rx.rm.policy.metro200603
 

Subclasses of SimpleAssertion in com.sun.xml.ws.rx.rm.policy.metro200603
 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 SimpleAssertion in com.sun.xml.ws.rx.rm.policy.metro200702
 

Subclasses of SimpleAssertion in com.sun.xml.ws.rx.rm.policy.metro200702
 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
           
 

Uses of SimpleAssertion in com.sun.xml.ws.rx.rm.policy.net200702
 

Subclasses of SimpleAssertion in com.sun.xml.ws.rx.rm.policy.net200702
 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 SimpleAssertion in com.sun.xml.ws.rx.rm.policy.wsrm200502
 

Subclasses of SimpleAssertion in com.sun.xml.ws.rx.rm.policy.wsrm200502
 class Rm10Assertion
          Specifies that WS-ReliableMessaging protocol MUST be used when sending messages.
 

Uses of SimpleAssertion in com.sun.xml.ws.transport.tcp.policy
 

Subclasses of SimpleAssertion in com.sun.xml.ws.transport.tcp.policy
static class OptimalTransportPolicyMapConfigurator.OptimalTransportAssertion
           
static class TCPTransportPolicyMapConfigurator.TCPTransportAssertion
           
 

Uses of SimpleAssertion in com.sun.xml.ws.tx.at.policy
 

Subclasses of SimpleAssertion in com.sun.xml.ws.tx.at.policy
 class AtAlwaysCapability
           
 class AtAssertion
           
 



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