Uses of Interface
com.sun.xml.ws.rm.runtime.RxConfiguration

Packages that use RxConfiguration
com.sun.xml.ws.rm.faults   
com.sun.xml.ws.rm.runtime   
 

Uses of RxConfiguration in com.sun.xml.ws.rm.faults
 

Methods in com.sun.xml.ws.rm.faults with parameters of type RxConfiguration
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
 

Constructors in com.sun.xml.ws.rm.faults with parameters of type RxConfiguration
AbstractRmSoapFault(RxConfiguration configuration, com.sun.xml.ws.api.message.Packet request, javax.xml.namespace.QName subcode, java.lang.String reason)
           
CreateSequenceRefusedFault(RxConfiguration configuration, com.sun.xml.ws.api.message.Packet request, java.lang.String reason)
           
SequenceClosedFault(RxConfiguration configuration, com.sun.xml.ws.api.message.Packet request, java.lang.String reason)
           
SequenceTerminatedFault(RxConfiguration configuration, com.sun.xml.ws.api.message.Packet request, java.lang.String reason)
           
UnknownSequenceFault(RxConfiguration configuration, com.sun.xml.ws.api.message.Packet request, java.lang.String reason)
           
 

Uses of RxConfiguration in com.sun.xml.ws.rm.runtime
 

Methods in com.sun.xml.ws.rm.runtime that return RxConfiguration
 RxConfiguration RxConfigurationFactory.createConfiguration(com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlPort, com.sun.xml.ws.api.WSBinding binding)
           
 

Methods in com.sun.xml.ws.rm.runtime with parameters of type RxConfiguration
static PacketAdapter PacketAdapter.getInstance(RxConfiguration configuration, com.sun.xml.ws.api.message.Packet packet)
          Provides an instance of a packet adapter based on the configuration and attaches a provided packet instance to it.