TOOL_SPEC_PUBLIC_ID
Constructor and Description |
---|
ToolSupport() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init() |
void |
performFunction()
A tool has to be prepared to perform it's duty any number of times.
|
public void init() throws ToolException
init
in interface Tool
ToolException
public void performFunction() throws ToolException
Tool
performFunction
in interface Tool
ToolException
public void destroy() throws ToolException
destroy
in interface Tool
ToolException
Apache CXF