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 ToolToolExceptionpublic void performFunction()
throws ToolException
ToolperformFunction in interface ToolToolExceptionpublic void destroy()
throws ToolException
destroy in interface ToolToolExceptionApache CXF