public interface WsRejectionHandlingStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
handleRejectedExchange(org.apache.cxf.message.Exchange cxfExchange)
This method will be called when the request has been rejected
by CXF (in this case, the CXF exchange will contain a SOAP fault)
or by IPF (transaction-specific logic).
|
boolean |
isRejected(org.apache.cxf.message.Exchange cxfExchange)
This method should return
true when the given CXF
exchange can be considered rejected (failed). |
void handleRejectedExchange(org.apache.cxf.message.Exchange cxfExchange)
cxfExchange - CXF exchange containing multiple representations of the request
message and the whole context information.boolean isRejected(org.apache.cxf.message.Exchange cxfExchange)
true when the given CXF
exchange can be considered rejected (failed).
cxfExchange - CXF exchange under consideration.true when the given CXF exchange has been
rejected; false otherwise.SoapUtils.extractOutgoingException(org.apache.cxf.message.Exchange)Copyright © 2016 Open eHealth Foundation. All rights reserved.