On Wed, May 26, 2010 at 5:53 PM, Prateek Asthana <[email protected]> wrote:
> 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"? if you don't use any module policies then any value is ok. thanks, amila. > 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] > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
