Uses of Class
com.sun.xml.ws.rx.RxRuntimeException
-
-
Uses of RxRuntimeException in com.sun.xml.ws.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime that throw RxRuntimeException Modifier and Type Method Description jakarta.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.rm Modifier and Type Class Description classRmSecurityExceptionSubclass 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.faults Modifier and Type Class Description classAbstractSoapFaultExceptionclassCreateSequenceRefusedFaultProperties: [Code] Sender or Receiver [Subcode] wsrm:CreateSequenceRefused [Reason] The Create Sequence request has been refused by the RM Destination.classWsrmRequiredException -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime Modifier and Type Class Description classInvalidSequenceExceptionIndicates 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 RxRuntimeException Modifier and Type Method Description abstract 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 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 <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 <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 Modifier and Type Method Description voidDeliveryQueue. put(ApplicationMessage message) -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.sequence
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.sequence Modifier and Type Class Description classDuplicateSequenceExceptionInicates that the sequence with given sequence identifier already exists in a given environment.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. -
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 Modifier and Type Class Description classPersistenceException -
Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.transaction
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.transaction Modifier and Type Class Description classTransactionException -
Uses of RxRuntimeException in com.sun.xml.ws.rx.util
Subclasses of RxRuntimeException in com.sun.xml.ws.rx.util Modifier and Type Class Description classResumeFiberExceptionMethods in com.sun.xml.ws.rx.util that throw RxRuntimeException Modifier and Type Method Description jakarta.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 Constructor Description JaxbContextRepository(Class<?>... classes)
-