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

org.netbeans.modules.websvc.wsstack.spi
Interface WSToolImplementation


public interface WSToolImplementation

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


Method Summary
 URL[] getLibraries()
          Provide array of jar files, located on server, required by the tool
 String getName()
          Provides tool name
 

Method Detail

getName

String getName()
Provides tool name

Returns:
WS Tool Name

getLibraries

URL[] getLibraries()
Provide 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.