Deprecation of AbstractMediatorFactory.processTraceState() instead of removing
it
---------------------------------------------------------------------------------
Key: SYNAPSE-516
URL: https://issues.apache.org/jira/browse/SYNAPSE-516
Project: Synapse
Issue Type: Improvement
Components: Core
Affects Versions: FUTURE
Reporter: Eric Hubert
Priority: Minor
Fix For: 1.3
Attachments: AbstractMediatorFactory.java.patch
while developing and testing the fault detection in the HessianMessageBuilder
I'll noticed that I had to change our custom developed code.
The question is whether the code we use is considered part of the API of
Synapse or not.
AbstractmediatorFactory once exposed a protected method called
processTraceState() which had been renamed to processAuditStatus().
This method is not called inside any other method. So each concrete Factory has
to call it directly. Thus I would consider it to be part of the API as the user
may need to write a factory to process custom config snippets and call it in
the create method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]