Hi, I am a newbie trying to crete my first module/handler class. As per the doc at: http://ws.apache.org/axis2/1_5_1/modules.html all the methods of org.apache.axis2.modules.Module can have a blank impl. It suits fine as most have void return type. But "public boolean canSupportAssertion(Assertion assertion) " has nboolean return type. So should it be defaulted to always return "true"? Or is there a default implementation of this interface that we can use?
Thanks, Prateek --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
