Apache CXF API

org.apache.cxf.tools.common.toolspec
Interface Tool

All Known Implementing Classes:
ToolSupport

public interface Tool


Field Summary
static String TOOL_SPEC_PUBLIC_ID
           
 
Method Summary
 void destroy()
           
 void init()
           
 void performFunction()
          A tool has to be prepared to perform it's duty any number of times.
 

Field Detail

TOOL_SPEC_PUBLIC_ID

static final String TOOL_SPEC_PUBLIC_ID
See Also:
Constant Field Values
Method Detail

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 API

Apache CXF