|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RxRuntimeException | |
---|---|
com.sun.xml.ws.rm | |
com.sun.xml.ws.rm.faults | |
com.sun.xml.ws.rm.runtime | |
com.sun.xml.ws.rm.runtime.sequence | |
com.sun.xml.ws.rm.runtime.sequence.persistent |
Uses of RxRuntimeException in com.sun.xml.ws.rm |
---|
Methods in com.sun.xml.ws.rm that throw RxRuntimeException | |
---|---|
javax.xml.bind.Unmarshaller |
RmVersion.createUnmarshaller(com.sun.xml.ws.api.addressing.AddressingVersion av)
Creates JAXB Unmarshaller that is able to unmarshall Rm protocol elements for given WS-RM version. |
Uses of RxRuntimeException in com.sun.xml.ws.rm.faults |
---|
Methods in com.sun.xml.ws.rm.faults that throw RxRuntimeException | |
---|---|
protected static com.sun.xml.ws.api.message.Packet |
AbstractRmSoapFault.createCreateSequenceProcessingSoapFaultResponse(RxConfiguration configuration,
com.sun.xml.ws.api.message.Packet request,
javax.xml.namespace.QName subcode,
java.lang.String reason)
Creates a SOAP fault response that occured while processing the CreateSequence request message |
protected static com.sun.xml.ws.api.message.Packet |
AbstractRmSoapFault.createRmProcessingSoapFaultResponse(RxConfiguration configuration,
com.sun.xml.ws.api.message.Packet request,
javax.xml.namespace.QName subcode,
java.lang.String reason)
Creates a SOAP fault response that occured while processing the RM headers of a request |
Uses of RxRuntimeException in com.sun.xml.ws.rm.runtime |
---|
Methods in com.sun.xml.ws.rm.runtime that throw RxRuntimeException | ||
---|---|---|
abstract void |
PacketAdapter.appendAckRequestedHeader(java.lang.String sequenceId)
TODO javadoc |
|
abstract void |
PacketAdapter.appendSequenceAcknowledgementHeader(Sequence sequence)
TODO javadoc |
|
abstract void |
PacketAdapter.appendSequenceHeader(java.lang.String sequenceId,
long messageNumber)
TODO javadoc |
|
PacketAdapter |
PacketAdapter.createAckResponse(Sequence sequence,
java.lang.String wsaAction)
TODO javadoc |
|
java.lang.String |
PacketAdapter.getAckRequestedHeaderSequenceId()
TODO javadoc |
|
long |
PacketAdapter.getMessageNumber()
TODO javadoc |
|
java.lang.String |
PacketAdapter.getSequenceId()
TODO javadoc |
|
abstract void |
PacketAdapter.processAcknowledgements(SequenceManager sequenceManager,
java.lang.String expectedAckedSequenceId)
TODO javadoc |
|
|
PacketAdapter.readHeaderAsUnderstood(java.lang.String name)
Utility method which retrieves the RM header with the specified name from the underlying Message 's
{@link HeaderList) in the form of JAXB element and marks the header as understood. |
|
|
PacketAdapter.unmarshallMessage()
Unmarshalls underlying JAXWS Message using JAXB context of a configured RM version |
Uses of RxRuntimeException in com.sun.xml.ws.rm.runtime.sequence |
---|
Subclasses of RxRuntimeException in com.sun.xml.ws.rm.runtime.sequence | |
---|---|
class |
DuplicateSequenceException
Inicates that the sequence with given sequence identifier already exists in a given environment. |
class |
IllegalMessageIdentifierException
|
class |
MessageNumberRolloverException
|
class |
UnknownSequenceException
Inicates that the sequence with given sequence identifier is not available. |
Uses of RxRuntimeException in com.sun.xml.ws.rm.runtime.sequence.persistent |
---|
Subclasses of RxRuntimeException in com.sun.xml.ws.rm.runtime.sequence.persistent | |
---|---|
class |
PersistenceException
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |