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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRejected(Exchange cxfExchange) This method should returntruewhen 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, waitMethods inherited from interface org.openehealth.ipf.commons.ihe.ws.cxf.WsRejectionHandlingStrategy
handleRejectedExchange
-
Constructor Details
-
AbstractWsRejectionHandlingStrategy
public AbstractWsRejectionHandlingStrategy()
-
-
Method Details
-
isRejected
Description copied from interface:WsRejectionHandlingStrategyThis method should returntruewhen the given CXF exchange can be considered rejected (failed).- Specified by:
isRejectedin interfaceWsRejectionHandlingStrategy- Parameters:
cxfExchange- CXF exchange under consideration.- Returns:
truewhen the given CXF exchange has been rejected;falseotherwise.- See Also:
-