Uses of Class
com.sun.xml.ws.rx.RxRuntimeException
Packages that use RxRuntimeException
Package
Description
-
Uses of RxRuntimeException in com.sun.xml.ws.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime that throw RxRuntimeExceptionModifier and TypeMethodDescriptionjakarta.xml.bind.UnmarshallerMcRuntimeVersion.getUnmarshaller(com.sun.xml.ws.api.addressing.AddressingVersion av) Creates JAXBUnmarshallerthat is able to unmarshall protocol elements for given WS-MC version. -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rmModifier and TypeClassDescriptionclassSubclass of RMException thrown when an incorrect STR is used to secure an inbound message. -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.faults
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.faultsModifier and TypeClassDescriptionclassclassProperties: [Code] Sender or Receiver [Subcode] wsrm:CreateSequenceRefused [Reason] The Create Sequence request has been refused by the RM Destination.class -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtimeModifier and TypeClassDescriptionclassIndicates the sequence specified is in state of CLOSING, CLOSED, or TERMINTAING, not appropriate to be used for sending additional application messages.Methods in com.sun.xml.ws.rx.rm.runtime that throw RxRuntimeExceptionModifier and TypeMethodDescriptionabstract voidWsrmProtocolHandler.appendAcknowledgementHeaders(com.sun.xml.ws.api.message.Packet packet, AcknowledgementData ackData) abstract voidWsrmProtocolHandler.appendSequenceHeader(com.sun.xml.ws.api.message.Message jaxwsMessage, ApplicationMessage message) abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler.createEmptyAcknowledgementResponse(AcknowledgementData ackData, com.sun.xml.ws.api.message.Packet requestPacket) jakarta.xml.bind.UnmarshallerRmRuntimeVersion.createUnmarshaller(com.sun.xml.ws.api.addressing.AddressingVersion av) Creates JAXBUnmarshallerthat is able to unmarshall protocol elements for given WS-RM version.abstract AcknowledgementDataWsrmProtocolHandler.getAcknowledgementData(com.sun.xml.ws.api.message.Message jaxwsMessage) protected final jakarta.xml.bind.UnmarshallerWsrmProtocolHandler.getJaxbUnmarshaller()abstract voidWsrmProtocolHandler.loadAcknowledgementData(ApplicationMessage message, com.sun.xml.ws.api.message.Message jaxwsMessage) abstract voidWsrmProtocolHandler.loadSequenceHeaderData(ApplicationMessage message, com.sun.xml.ws.api.message.Message jaxwsMessage) voidMessageHandler.putToDeliveryQueue(ApplicationMessage message) protected final <T> TWsrmProtocolHandler.readHeaderAsUnderstood(String nsUri, String name, com.sun.xml.ws.api.message.Message message) abstract CloseSequenceDataWsrmProtocolHandler.toCloseSequenceData(com.sun.xml.ws.api.message.Packet packet) abstract CloseSequenceResponseDataWsrmProtocolHandler.toCloseSequenceResponseData(com.sun.xml.ws.api.message.Packet packet) abstract CreateSequenceDataWsrmProtocolHandler.toCreateSequenceData(com.sun.xml.ws.api.message.Packet packet) abstract CreateSequenceResponseDataWsrmProtocolHandler.toCreateSequenceResponseData(com.sun.xml.ws.api.message.Packet packet) abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler.toPacket(CloseSequenceData data, com.sun.xml.ws.api.message.Packet requestPacket) abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler.toPacket(CloseSequenceResponseData data, com.sun.xml.ws.api.message.Packet requestPacket, boolean clientSideResponse) abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler.toPacket(CreateSequenceData data, com.sun.xml.ws.api.message.Packet requestPacket) abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler.toPacket(CreateSequenceResponseData data, com.sun.xml.ws.api.message.Packet requestPacket, boolean clientSideResponse) abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler.toPacket(TerminateSequenceData data, com.sun.xml.ws.api.message.Packet requestPacket) abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, com.sun.xml.ws.api.message.Packet requestPacket, boolean clientSideResponse) abstract TerminateSequenceDataWsrmProtocolHandler.toTerminateSequenceData(com.sun.xml.ws.api.message.Packet packet) abstract TerminateSequenceResponseDataWsrmProtocolHandler.toTerminateSequenceResponseData(com.sun.xml.ws.api.message.Packet packet) protected final <T> TWsrmProtocolHandler.unmarshallMessage(com.sun.xml.ws.api.message.Message message) Unmarshalls underlying JAXWSMessageusing JAXB context of a configured RM version -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.delivery
Methods in com.sun.xml.ws.rx.rm.runtime.delivery that throw RxRuntimeException -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.sequence
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.sequenceModifier and TypeClassDescriptionfinal classInicates that the sequence with given sequence identifier already exists in a given environment.final 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. -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.sequence.persistent
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.sequence.persistent -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.transaction
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.transaction -
Uses of RxRuntimeException in com.sun.xml.ws.rx.util
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.utilMethods in com.sun.xml.ws.rx.util that throw RxRuntimeExceptionModifier and TypeMethodDescriptionjakarta.xml.bind.UnmarshallerJaxbContextRepository.getUnmarshaller(com.sun.xml.ws.api.addressing.AddressingVersion av) Creates JAXBUnmarshallerthat is able to unmarshall elements for specified classes.Constructors in com.sun.xml.ws.rx.util that throw RxRuntimeException