You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Chefo <ch...@gmail.com> on 2008/04/25 17:25:51 UTC

org.apache.axis2.transport.http.CustomListener

Hi guys,

is there any specific reason why the
org.apache.axis2.transport.http.CustomListener does not define a constructor
with no args. Practically this makes it unusable, since an
InstantiationException is thrown on Class.newInstance()  at
org.apache.axis2.deployment.AxisConfigBuilder.processTransportReceivers(AxisConfigBuilder.java:595)
Is it supposed to be only used as a base to extend when implementing my own
transport listeners?

Best wishes!
Chefo