Class Controller
- java.lang.Object
-
- org.apache.axis2.tool.service.control.Controller
-
public class Controller extends Object
-
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList
getMethodList(WizardBean bean)
void
process(WizardBean bean)
-
-
-
Method Detail
-
getMethodList
public ArrayList getMethodList(WizardBean bean) throws ProcessException
- Throws:
ProcessException
-
process
public void process(WizardBean bean) throws ProcessException, Exception
- Throws:
ProcessException
Exception
-
-