Uses of Class
com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
Packages that use AbstractSoapFaultException
-
Uses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.faults
Subclasses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.faultsModifier and TypeClassDescriptionclassProperties: [Code] Sender or Receiver [Subcode] wsrm:CreateSequenceRefused [Reason] The Create Sequence request has been refused by the RM Destination.class -
Uses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.runtime.sequence
Subclasses of AbstractSoapFaultException in com.sun.xml.ws.rx.rm.runtime.sequenceModifier and TypeClassDescriptionfinal classAn 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.final classIf the condition listed below is reached, the RM Destination MUST generate this fault.classThis fault is generated by an RM Destination to indicate that the specified Sequence has been closed.classThe Endpoint that generates this fault SHOULD make every reasonable effort to notify the corresponding Endpoint of this decision.final classInicates that the sequence with given sequence identifier is not available.Methods in com.sun.xml.ws.rx.rm.runtime.sequence that throw AbstractSoapFaultExceptionModifier and TypeMethodDescriptionvoidSequence.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