Class ToolSupport
- java.lang.Object
-
- org.apache.cxf.tools.common.toolspec.ToolSupport
-
-
Field Summary
-
Fields inherited from interface org.apache.cxf.tools.common.toolspec.Tool
TOOL_SPEC_PUBLIC_ID
-
-
Constructor Summary
Constructors Constructor Description ToolSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinit()voidperformFunction()A tool has to be prepared to perform it's duty any number of times.
-
-
-
Method Detail
-
init
public void init() throws ToolException- Specified by:
initin interfaceTool- Throws:
ToolException
-
performFunction
public void performFunction() throws ToolExceptionDescription copied from interface:ToolA tool has to be prepared to perform it's duty any number of times.- Specified by:
performFunctionin interfaceTool- Throws:
ToolException
-
destroy
public void destroy() throws ToolException- Specified by:
destroyin interfaceTool- Throws:
ToolException
-
-