Uses of Enum
com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException.Code
Packages that use AbstractSoapFaultException.Code
-
Uses of AbstractSoapFaultException.Code in com.sun.xml.ws.rx.rm.faults
Methods in com.sun.xml.ws.rx.rm.faults that return AbstractSoapFaultException.CodeModifier and TypeMethodDescriptionabstract AbstractSoapFaultException.CodeAbstractSoapFaultException.getCode()CreateSequenceRefusedFault.getCode()WsrmRequiredException.getCode()Returns the enum constant of this type with the specified name.static AbstractSoapFaultException.Code[]AbstractSoapFaultException.Code.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sun.xml.ws.rx.rm.faults with parameters of type AbstractSoapFaultException.CodeModifierConstructorDescriptionCreateSequenceRefusedFault(String exceptionMessage, AbstractSoapFaultException.Code code) CreateSequenceRefusedFault(String exceptionMessage, AbstractSoapFaultException.Code code, Throwable cause) -
Uses of AbstractSoapFaultException.Code in com.sun.xml.ws.rx.rm.runtime.sequence
Methods in com.sun.xml.ws.rx.rm.runtime.sequence that return AbstractSoapFaultException.CodeModifier and TypeMethodDescriptionInvalidAcknowledgementException.getCode()MessageNumberRolloverException.getCode()SequenceClosedException.getCode()SequenceTerminatedException.getCode()UnknownSequenceException.getCode()Constructors in com.sun.xml.ws.rx.rm.runtime.sequence with parameters of type AbstractSoapFaultException.CodeModifierConstructorDescriptionSequenceTerminatedException(String sequenceId, String message, AbstractSoapFaultException.Code code)