org.apache.ws.resource.tool
Class Wsdl2Java.Wsdl2JavaOptions

java.lang.Object
  extended byorg.apache.ws.resource.tool.Wsdl2Java.Wsdl2JavaOptions
Enclosing class:
Wsdl2Java

public static class Wsdl2Java.Wsdl2JavaOptions
extends java.lang.Object

DOCUMENT_ME

Version:
$Revision: 1.8 $
Author:
$author$

Constructor Summary
Wsdl2Java.Wsdl2JavaOptions()
           
 
Method Summary
 boolean isVerbose()
          Returns true if verbose output is enabled, or false otherwise.
 void setVerbose(boolean verbose)
          Enable/disable verbose output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wsdl2Java.Wsdl2JavaOptions

public Wsdl2Java.Wsdl2JavaOptions()
Method Detail

setVerbose

public void setVerbose(boolean verbose)
Enable/disable verbose output.

Parameters:
verbose - option indicating whether or not to enable verbose output

isVerbose

public boolean isVerbose()
Returns true if verbose output is enabled, or false otherwise.

Returns:
true if verbose output is enabled, or false otherwise


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.