public abstract class AbstractWsRejectionHandlingStrategy extends Object implements WsRejectionHandlingStrategy
| Constructor and Description |
|---|
AbstractWsRejectionHandlingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRejected(org.apache.cxf.message.Exchange cxfExchange)
This method should return
true when the given CXF
exchange can be considered rejected (failed). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleRejectedExchangepublic boolean isRejected(org.apache.cxf.message.Exchange cxfExchange)
WsRejectionHandlingStrategytrue when the given CXF
exchange can be considered rejected (failed).
isRejected in interface WsRejectionHandlingStrategycxfExchange - CXF exchange under consideration.true when the given CXF exchange has been
rejected; false otherwise.SoapUtils.extractOutgoingException(org.apache.cxf.message.Exchange)Copyright © 2018 Open eHealth Foundation. All rights reserved.