org.apache.geronimo.jaxws.builder
Class WsimportCommand

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

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

GShell command for wsimport 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
WsimportCommand()
           
 
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

WsimportCommand

public WsimportCommand()
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.