org.netbeans.modules.websvc.serverapi/0 1.0

org.netbeans.modules.websvc.wsstack.api
Class WSTool

java.lang.Object
  extended by org.netbeans.modules.websvc.wsstack.api.WSTool

public final class WSTool
extends Object

WS Tool API object, provides libraries (jar files) required by the tool. As an example of the tool is JAX-WS:wsimport tool.


Method Summary
 URL[] getLibraries()
          Returns array of jar files, located on server, required by the tool
 String getName()
          Returns WS tool name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns WS tool name

Returns:
WS tool name

getLibraries

public URL[] getLibraries()
Returns array of jar files, located on server, required by the tool

Returns:
array of jar files

org.netbeans.modules.websvc.serverapi/0 1.0

Built on June 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.