org.apache.geronimo.jaxws.builder
Class WsgenCommand

java.lang.Object
  extended by org.apache.geronimo.gshell.command.CommandSupport
      extended by org.apache.geronimo.jaxws.builder.WsgenCommand
All Implemented Interfaces:
org.apache.geronimo.gshell.command.Command

@CommandComponent(id="geronimo-jaxws-builder:wsgen",
                  description="Generate JAX-WS artifacts from class")
public class WsgenCommand
extends org.apache.geronimo.gshell.command.CommandSupport

GShell command for wsgen tool.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.gshell.command.Command
org.apache.geronimo.gshell.command.Command.Result
 
Field Summary
 
Fields inherited from class org.apache.geronimo.gshell.command.CommandSupport
context, io, log, variables
 
Fields inherited from interface org.apache.geronimo.gshell.command.Command
FAILURE, SUCCESS
 
Constructor Summary
WsgenCommand()
           
 
Method Summary
protected  Object doExecute()
           
 Object execute(org.apache.geronimo.gshell.command.CommandContext context, Object... args)
           
 
Methods inherited from class org.apache.geronimo.gshell.command.CommandSupport
displayHelp, getDescription, getId, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsgenCommand

public WsgenCommand()
Method Detail

execute

public Object execute(org.apache.geronimo.gshell.command.CommandContext context,
                      Object... args)
               throws Exception
Specified by:
execute in interface org.apache.geronimo.gshell.command.Command
Overrides:
execute in class org.apache.geronimo.gshell.command.CommandSupport
Throws:
Exception

doExecute

protected Object doExecute()
                    throws Exception
Specified by:
doExecute in class org.apache.geronimo.gshell.command.CommandSupport
Throws:
Exception


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.