Class ToolSupport
java.lang.Object
org.apache.cxf.tools.common.toolspec.ToolSupport
- All Implemented Interfaces:
Tool
-
Field Summary
Fields inherited from interface org.apache.cxf.tools.common.toolspec.Tool
TOOL_SPEC_PUBLIC_ID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToolSupport
public ToolSupport()
-
-
Method Details
-
init
- Specified by:
initin interfaceTool- Throws:
ToolException
-
performFunction
Description 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
- Specified by:
destroyin interfaceTool- Throws:
ToolException
-