public interface WSDLGenerator
Modifier and Type | Method and Description |
---|---|
void |
generate(File outputDir,
String name)
Generates the WSDL into the file directory
|
void |
generate(WSDLResolver wsdlResolver)
Generates the WSDL using the wsdlResolver to output the generated
documents.
|
WSDLGenerator |
inlineSchema(boolean inline)
Sets the inlineSchema boolean.
|
WSDLGenerator |
property(String name,
Object value)
Sets A property of the WSDLGenerator
|
WSDLGenerator inlineSchema(boolean inline)
inline
- the inlineSchema boolean.WSDLGenerator property(String name, Object value)
name
- The name of the propertyvalue
- The value of the propertyvoid generate(WSDLResolver wsdlResolver)
wsdlResolver
- The WSDLResolverCopyright © 2017 Oracle Corporation. All rights reserved.