Uses of Class
com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
-
Packages that use AbstractSoapFaultException Package Description 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 Modifier and Type Class Description classCreateSequenceRefusedFaultProperties: [Code] Sender or Receiver [Subcode] wsrm:CreateSequenceRefused [Reason] The Create Sequence request has been refused by the RM Destination.classWsrmRequiredException -
Uses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.runtime.sequence
Subclasses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.runtime.sequence Modifier and Type Class Description classInvalidAcknowledgementExceptionAn 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.classMessageNumberRolloverExceptionIf the condition listed below is reached, the RM Destination MUST generate this fault.classSequenceClosedExceptionThis fault is generated by an RM Destination to indicate that the specified Sequence has been closed.classSequenceTerminatedExceptionThe Endpoint that generates this fault SHOULD make every reasonable effort to notify the corresponding Endpoint of this decision.classUnknownSequenceExceptionInicates that the sequence with given sequence identifier is not available.Methods in com.sun.xml.ws.rx.rm.runtime.sequence that throw AbstractSoapFaultException Modifier and Type Method Description voidSequence. acknowledgeMessageNumber(long messageNumber)Marks given message number with the sequence as aknowledgedvoidOutboundSequence. acknowledgeMessageNumbers(List<Sequence.AckRange> ranges)voidSequence. acknowledgeMessageNumbers(List<Sequence.AckRange> ranges)Marks given message numbers with the sequence as aknowledgedvoidOutboundSequence. registerMessage(ApplicationMessage message, boolean storeMessageFlag)voidSequence. registerMessage(ApplicationMessage message, boolean storeMessageFlag)Registers given message with the sequence
-