org.apache.cxf.tools.common.toolspec
Class ToolSupport
java.lang.Object
org.apache.cxf.tools.common.toolspec.ToolSupport
- All Implemented Interfaces:
- Tool
public class ToolSupport
- extends Object
- implements Tool
Method Summary |
void |
destroy()
|
void |
init()
|
void |
performFunction()
A tool has to be prepared to perform it's duty any number of times. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolSupport
public ToolSupport()
init
public void init()
throws ToolException
- Specified by:
init
in interface Tool
- Throws:
ToolException
performFunction
public void performFunction()
throws ToolException
- Description copied from interface:
Tool
- A tool has to be prepared to perform it's duty any number of times.
- Specified by:
performFunction
in interface Tool
- Throws:
ToolException
destroy
public void destroy()
throws ToolException
- Specified by:
destroy
in interface Tool
- Throws:
ToolException
Apache CXF