There is no reason for HTTPSListener to be inner class
------------------------------------------------------
Key: AXIS2-3242
URL: https://issues.apache.org/jira/browse/AXIS2-3242
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: kernel
Affects Versions: 1.3
Reporter: Nencho Lupanov
org.apache.axis2.transport.httpHTTPSListener is innerr class for
org.apache.axis2.transport.httpListingAgent.
Therefore it must be instantiated diffrently using reflection in
AxisConfigBuilder.processTransportReceivers in case we need
it as TransportReceiver....instead of changing the implementation of
AxisConfigBuilder.processTransportReceivers, the inner class just have to be
removed from Listing Agent, defined as a normal java class in the same
package...i can provide patch if this is acepted...i personally see no reason
for the class to be inner
--
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]