Apache CXF API

org.apache.cxf.tools.common.toolspec
Class ToolSupport

java.lang.Object
  extended by org.apache.cxf.tools.common.toolspec.ToolSupport
All Implemented Interfaces:
Tool

public class ToolSupport
extends Object
implements Tool


Field Summary
 
Fields inherited from interface org.apache.cxf.tools.common.toolspec.Tool
TOOL_SPEC_PUBLIC_ID
 
Constructor Summary
ToolSupport()
           
 
Method Summary
 void destroy()
           
 void init()
           
 void performFunction()
          A tool has to be prepared to perform it's duty any number of times.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolSupport

public ToolSupport()
Method Detail

init

public void init()
          throws ToolException
Specified by:
init in interface Tool
Throws:
ToolException

performFunction

public void performFunction()
                     throws ToolException
Description copied from interface: Tool
A tool has to be prepared to perform it's duty any number of times.

Specified by:
performFunction in interface Tool
Throws:
ToolException

destroy

public void destroy()
             throws ToolException
Specified by:
destroy in interface Tool
Throws:
ToolException

Apache CXF API

Apache CXF