org.apache.geronimo.jaxws.builder
Class WsimportCommand
java.lang.Object
org.apache.geronimo.gshell.command.CommandSupport
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 classes/interfaces inherited from interface org.apache.geronimo.gshell.command.Command |
org.apache.geronimo.gshell.command.Command.Result |
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 |
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 |
WsimportCommand
public WsimportCommand()
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.