org.systinet.wasp.management.services.wsdlc
Class CompilerSettings

java.lang.Object
  extended byorg.systinet.wasp.management.services.wsdlc.CompilerSettings

public class CompilerSettings
extends java.lang.Object

Settings for WSDL Compiler Service

Since:
4.0
See Also:
WSDLCompiler
Component:
WSDLCompiler-US

Field Summary
 boolean generateAllTypes
          If it is set to true, the compiler will generate all types mentioned in the schema section of the wsdl, not only the referenced ones.
 java.lang.String iFacePackageName
          Sets package into which interfaces are generated
 java.lang.String outputBackends
          Sets the output backends mentioned in the configuration, for example 'java', 'java-async', 'java-impl'
 int typesGeneratingMode
          Sets generating mode for types
 
Constructor Summary
CompilerSettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generateAllTypes

public boolean generateAllTypes
If it is set to true, the compiler will generate all types mentioned in the schema section of the wsdl, not only the referenced ones.

See Also:
WSDLCompiler

outputBackends

public java.lang.String outputBackends
Sets the output backends mentioned in the configuration, for example 'java', 'java-async', 'java-impl'

See Also:
WSDLCompiler

iFacePackageName

public java.lang.String iFacePackageName
Sets package into which interfaces are generated


typesGeneratingMode

public int typesGeneratingMode
Sets generating mode for types

See Also:
WSDLCompiler
Constructor Detail

CompilerSettings

public CompilerSettings()