Forwarding with correct prefix.

-------- Original Message --------
Subject:        Engaging modules at runtime.
Date:   Mon, 7 May 2007 13:10:03 +0530
From:   Saminda Abeyruwan <[EMAIL PROTECTED]>
Reply-To:       [email protected]
To:     [email protected]



Hi,

AxisConfiguration has the following methods,

public void engageModule(AxisModule axisModule, AxisConfiguration axisConfig)
           throws AxisFault {
       engageModule(axisModule);
   }   --- > [1]

private void engageModule(AxisModule module) throws AxisFault {...} --> [2]

What is the purpose of [1]. Wouldn't it better to modify the access modifier of [2] to *public* and remove [1].

Thank you

Saminda


--
Saminda Abeyruwan

Software Engineer
WSO2 Inc. - www.wso2.org <http://www.wso2.org>

--
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services 
Developers' Portal)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to