AxisConfiguration.isEngaged(QName) needs to remain as deprecated for legacy apps
--------------------------------------------------------------------------------
Key: AXIS2-3235
URL: https://issues.apache.org/jira/browse/AXIS2-3235
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: kernel
Reporter: Mike Rheinheimer
Assignee: Mike Rheinheimer
Some legacy apps are still calling AxisConfiguration.isEngaged(QName). This
method needs to remain (as deprecated) for a few Axis2 releases. Will add code
block to AxisConfiguration
/**
* This method needs to remain for a few Axis2 releases to support
* legacy apps still using it.
*
* @param qname
* @deprecated Use [EMAIL PROTECTED] #isEngaged(String)}
*/
public boolean isEngaged(QName qname) {
return isEngaged(qname.getLocalPart());
}
--
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]