Uses of Class
com.sun.xml.ws.rx.RxRuntimeException

Packages that use RxRuntimeException
com.sun.xml.ws.rx.mc.runtime   
com.sun.xml.ws.rx.rm   
com.sun.xml.ws.rx.rm.faults   
com.sun.xml.ws.rx.rm.runtime   
com.sun.xml.ws.rx.rm.runtime.delivery   
com.sun.xml.ws.rx.rm.runtime.sequence   
com.sun.xml.ws.rx.rm.runtime.sequence.persistent   
com.sun.xml.ws.rx.rm.runtime.transaction   
com.sun.xml.ws.rx.util   
 

Uses of RxRuntimeException in com.sun.xml.ws.rx.mc.runtime
 

Methods in com.sun.xml.ws.rx.mc.runtime that throw RxRuntimeException
 Unmarshaller McRuntimeVersion.getUnmarshaller(AddressingVersion av)
          Creates JAXB Unmarshaller that 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
 class RmSecurityException
          Subclass 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
 class AbstractSoapFaultException
           
 class CreateSequenceRefusedFault
          Properties: [Code] Sender or Receiver [Subcode] wsrm:CreateSequenceRefused [Reason] The Create Sequence request has been refused by the RM Destination.
 class WsrmRequiredException
           
 

Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime
 

Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime
 class InvalidSequenceException
          Indicates 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
abstract  void WsrmProtocolHandler.appendAcknowledgementHeaders(Packet packet, AcknowledgementData ackData)
           
abstract  void WsrmProtocolHandler.appendSequenceHeader(Message jaxwsMessage, ApplicationMessage message)
           
abstract  Packet WsrmProtocolHandler.createEmptyAcknowledgementResponse(AcknowledgementData ackData, Packet requestPacket)
           
 Unmarshaller RmRuntimeVersion.createUnmarshaller(AddressingVersion av)
          Creates JAXB Unmarshaller that is able to unmarshall protocol elements for given WS-RM version.
abstract  AcknowledgementData WsrmProtocolHandler.getAcknowledgementData(Message jaxwsMessage)
           
protected  Unmarshaller WsrmProtocolHandler.getJaxbUnmarshaller()
           
abstract  void WsrmProtocolHandler.loadAcknowledgementData(ApplicationMessage message, Message jaxwsMessage)
           
abstract  void WsrmProtocolHandler.loadSequenceHeaderData(ApplicationMessage message, Message jaxwsMessage)
           
 void MessageHandler.putToDeliveryQueue(ApplicationMessage message)
           
protected
<T> T
WsrmProtocolHandler.readHeaderAsUnderstood(String nsUri, String name, Message message)
           
abstract  CloseSequenceData WsrmProtocolHandler.toCloseSequenceData(Packet packet)
           
abstract  CloseSequenceResponseData WsrmProtocolHandler.toCloseSequenceResponseData(Packet packet)
           
abstract  CreateSequenceData WsrmProtocolHandler.toCreateSequenceData(Packet packet)
           
abstract  CreateSequenceResponseData WsrmProtocolHandler.toCreateSequenceResponseData(Packet packet)
           
abstract  Packet WsrmProtocolHandler.toPacket(CloseSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(CloseSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  Packet WsrmProtocolHandler.toPacket(CreateSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(CreateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  Packet WsrmProtocolHandler.toPacket(TerminateSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  TerminateSequenceData WsrmProtocolHandler.toTerminateSequenceData(Packet packet)
           
abstract  TerminateSequenceResponseData WsrmProtocolHandler.toTerminateSequenceResponseData(Packet packet)
           
protected
<T> T
WsrmProtocolHandler.unmarshallMessage(Message message)
          Unmarshalls underlying JAXWS Message using 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
 void DeliveryQueue.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
 class DuplicateSequenceException
          Inicates that the sequence with given sequence identifier already exists in a given environment.
 class InvalidAcknowledgementException
          An 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.
 class MessageNumberRolloverException
          If the condition listed below is reached, the RM Destination MUST generate this fault.
 class SequenceClosedException
          This fault is generated by an RM Destination to indicate that the specified Sequence has been closed.
 class SequenceTerminatedException
          The Endpoint that generates this fault SHOULD make every reasonable effort to notify the corresponding Endpoint of this decision.
 class UnknownSequenceException
          Inicates 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
 class PersistenceException
           
 

Uses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.transaction
 

Subclasses of RxRuntimeException in com.sun.xml.ws.rx.rm.runtime.transaction
 class TransactionException
           
 

Uses of RxRuntimeException in com.sun.xml.ws.rx.util
 

Subclasses of RxRuntimeException in com.sun.xml.ws.rx.util
 class ResumeFiberException
           
 

Methods in com.sun.xml.ws.rx.util that throw RxRuntimeException
 Unmarshaller JaxbContextRepository.getUnmarshaller(AddressingVersion av)
          Creates JAXB Unmarshaller that is able to unmarshall elements for specified classes.
 

Constructors in com.sun.xml.ws.rx.util that throw RxRuntimeException
JaxbContextRepository(Class<?>... classes)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.