public interface Tool
| Modifier and Type | Field and Description |
|---|---|
static String |
TOOL_SPEC_PUBLIC_ID |
| 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.
|
static final String TOOL_SPEC_PUBLIC_ID
void init()
throws ToolException
ToolExceptionvoid performFunction()
throws ToolException
ToolExceptionvoid destroy()
throws ToolException
ToolExceptionApache CXF