Class AbstractWsRejectionHandlingStrategy
java.lang.Object
org.openehealth.ipf.commons.ihe.ws.cxf.AbstractWsRejectionHandlingStrategy
- All Implemented Interfaces:
WsRejectionHandlingStrategy
- Direct Known Subclasses:
AbstractHl7v2WsRejectionHandlingStrategy
public abstract class AbstractWsRejectionHandlingStrategy
extends Object
implements WsRejectionHandlingStrategy
Rejection handling strategy base for WS transactions.
- Author:
- Dmytro Rud
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isRejected
(Exchange cxfExchange) This method should returntrue
when the given CXF exchange can be considered rejected (failed).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.ihe.ws.cxf.WsRejectionHandlingStrategy
handleRejectedExchange
-
Constructor Details
-
AbstractWsRejectionHandlingStrategy
public AbstractWsRejectionHandlingStrategy()
-
-
Method Details
-
isRejected
Description copied from interface:WsRejectionHandlingStrategy
This method should returntrue
when the given CXF exchange can be considered rejected (failed).- Specified by:
isRejected
in interfaceWsRejectionHandlingStrategy
- Parameters:
cxfExchange
- CXF exchange under consideration.- Returns:
true
when the given CXF exchange has been rejected;false
otherwise.- See Also:
-