org.apache.cxf.tools.common.toolspec
Interface Tool
- All Known Implementing Classes:
- ToolSupport
public interface Tool
Method Summary |
void |
destroy()
|
void |
init()
|
void |
performFunction()
A tool has to be prepared to perform it's duty any number of times. |
TOOL_SPEC_PUBLIC_ID
static final String TOOL_SPEC_PUBLIC_ID
- See Also:
- Constant Field Values
init
void init()
throws ToolException
- Throws:
ToolException
performFunction
void performFunction()
throws ToolException
- A tool has to be prepared to perform it's duty any number of times.
- Throws:
ToolException
destroy
void destroy()
throws ToolException
- Throws:
ToolException
Apache CXF