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
ToolException
void performFunction() throws ToolException
ToolException
void destroy() throws ToolException
ToolException
Apache CXF