Package com.sun.xml.ws.rx.rm.faults
Class AbstractSoapFaultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.xml.ws.WebServiceException
-
- com.sun.xml.ws.rx.RxRuntimeException
-
- com.sun.xml.ws.rx.rm.faults.AbstractSoapFaultException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreateSequenceRefusedFault,InvalidAcknowledgementException,MessageNumberRolloverException,SequenceClosedException,SequenceTerminatedException,UnknownSequenceException,WsrmRequiredException
public abstract class AbstractSoapFaultException extends RxRuntimeException
- Author:
- Marek Potociar
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractSoapFaultException.Codeprotected static classAbstractSoapFaultException.DetailBuilder
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSoapFaultException(String exceptionMessage, String faultReasonText, boolean mustTryToDeliver)protectedAbstractSoapFaultException(String exceptionMessage, String faultReasonText, boolean mustTryToDeliver, Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected com.sun.xml.ws.api.message.MessagecreateSoapFaultMessage(RuntimeContext rc, boolean attachSequenceFaultElement)abstract AbstractSoapFaultException.CodegetCode()abstract jakarta.xml.soap.DetailgetDetail(RuntimeContext rc)protected static StringgetProperFaultActionForAddressingVersion(RmRuntimeVersion rmVersion, com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion)TODO javadocStringgetReason()abstract QNamegetSubcode(RmRuntimeVersion rv)booleanmustTryToDeliver()com.sun.xml.ws.api.message.PackettoRequest(RuntimeContext rc)com.sun.xml.ws.api.message.PackettoResponse(RuntimeContext rc, com.sun.xml.ws.api.message.Packet request)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getCode
public abstract AbstractSoapFaultException.Code getCode()
-
getSubcode
public abstract QName getSubcode(RmRuntimeVersion rv)
-
getReason
public final String getReason()
-
getDetail
public abstract jakarta.xml.soap.Detail getDetail(RuntimeContext rc)
-
mustTryToDeliver
public boolean mustTryToDeliver()
-
toRequest
public com.sun.xml.ws.api.message.Packet toRequest(RuntimeContext rc)
-
toResponse
public com.sun.xml.ws.api.message.Packet toResponse(RuntimeContext rc, com.sun.xml.ws.api.message.Packet request)
-
createSoapFaultMessage
protected final com.sun.xml.ws.api.message.Message createSoapFaultMessage(RuntimeContext rc, boolean attachSequenceFaultElement)
-
getProperFaultActionForAddressingVersion
protected static String getProperFaultActionForAddressingVersion(RmRuntimeVersion rmVersion, com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion)
TODO javadoc- Returns:
-
-