public interface ReliabilityErrorContext
| Modifier and Type | Method | Description | 
|---|---|---|
| java.util.List<java.lang.Throwable> | getFaults() | Deprecated. Returns a list of Throwables that describe all the errors that caused
 the reliable delivery to fail. | 
| java.lang.String | getFaultSummaryMessage() | Deprecated. Returns a summary message containing a summary of all the errors the
 caused this reliable delivery to fail. | 
| java.lang.String | getOperationName() | Deprecated. | 
| <T> T | getRequest(javax.xml.bind.JAXBContext jaxbContext,
          java.lang.Class<T> clazz) | Deprecated. Use the given JAXBContext to get the request that was being sent
 when the failure happened. | 
| javax.xml.stream.XMLStreamReader | getRequestStreamReader() | Deprecated. Get the request (as an XMLStreamReader) that was being sent
 when the failure happened. | 
| java.util.Map<java.lang.String,java.io.Serializable> | getUserRequestContextProperties() | Deprecated. | 
| boolean | isRequestSpecific() | Deprecated. Indicates if this error relates to a request on the sequence (as opposed
 to the sequence itself). | 
boolean isRequestSpecific()
java.lang.String getOperationName()
javax.xml.stream.XMLStreamReader getRequestStreamReader()
                                                 throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException<T> T getRequest(javax.xml.bind.JAXBContext jaxbContext,
                 java.lang.Class<T> clazz)
          throws javax.xml.bind.JAXBException,
                 javax.xml.stream.XMLStreamException
javax.xml.bind.JAXBExceptionjavax.xml.stream.XMLStreamExceptionjava.util.List<java.lang.Throwable> getFaults()
java.lang.String getFaultSummaryMessage()
java.util.Map<java.lang.String,java.io.Serializable> getUserRequestContextProperties()