Uses of Class
com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException

Packages that use AbstractSoapFaultException
com.sun.xml.ws.rx.rm.faults   
com.sun.xml.ws.rx.rm.runtime.sequence   
 

Uses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.faults
 

Subclasses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.faults
 class CreateSequenceRefusedFault
          Properties: [Code] Sender or Receiver [Subcode] wsrm:CreateSequenceRefused [Reason] The Create Sequence request has been refused by the RM Destination.
 class WsrmRequiredException
           
 

Uses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.runtime.sequence
 

Subclasses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.runtime.sequence
 class InvalidAcknowledgementException
          An example of when this fault is generated is when a message is Received by the RM Source containing a SequenceAcknowledgement covering messages that have not been sent.
 class MessageNumberRolloverException
          If the condition listed below is reached, the RM Destination MUST generate this fault.
 class SequenceClosedException
          This fault is generated by an RM Destination to indicate that the specified Sequence has been closed.
 class SequenceTerminatedException
          The Endpoint that generates this fault SHOULD make every reasonable effort to notify the corresponding Endpoint of this decision.
 class UnknownSequenceException
          Inicates that the sequence with given sequence identifier is not available.
 

Methods in com.sun.xml.ws.rx.rm.runtime.sequence that throw AbstractSoapFaultException
 void Sequence.acknowledgeMessageNumber(long messageNumber)
          Marks given message number with the sequence as aknowledged
 void OutboundSequence.acknowledgeMessageNumbers(List<Sequence.AckRange> ranges)
           
 void Sequence.acknowledgeMessageNumbers(List<Sequence.AckRange> ranges)
          Marks given message numbers with the sequence as aknowledged
 void OutboundSequence.registerMessage(ApplicationMessage message, boolean storeMessageFlag)
           
 void Sequence.registerMessage(ApplicationMessage message, boolean storeMessageFlag)
          Registers given message with the sequence
 



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