setFault() should be declared in org.apache.camel.Exchange
----------------------------------------------------------
Key: CAMEL-780
URL: https://issues.apache.org/activemq/browse/CAMEL-780
Project: Apache Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 1.4.0
Reporter: Fintan Bolton
Priority: Trivial
There ought to be a setFault() method declared in the org.apache.camel.Exchange
interface. There doesn't seem to be any good reason to omit it, so I guess this
is just an oversight.
Note: The lack of this method declaration is not very noticeable, because it
_does_ get defined in DefaultExchange, which (so far) is used as the base class
for all of the Exchange implementations in Camel. This is why I classified the
bug as trivial.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.