|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.management.services.wsdlc.CompilerSettings
Settings for WSDL Compiler Service
WSDLCompiler
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 |
public boolean generateAllTypes
WSDLCompiler
public java.lang.String outputBackends
WSDLCompiler
public java.lang.String iFacePackageName
public int typesGeneratingMode
WSDLCompiler
Constructor Detail |
public CompilerSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |