public static class DatabindingProviderImpl.JaxwsWsdlGen extends Object implements 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
|
public WSDLGenerator inlineSchema(boolean inline)
WSDLGenerator
inlineSchema
in interface WSDLGenerator
inline
- the inlineSchema boolean.public WSDLGenerator property(String name, Object value)
WSDLGenerator
property
in interface WSDLGenerator
name
- The name of the propertyvalue
- The value of the propertypublic void generate(WSDLResolver wsdlResolver)
WSDLGenerator
generate
in interface WSDLGenerator
wsdlResolver
- The WSDLResolverpublic void generate(File outputDir, String name)
WSDLGenerator
generate
in interface WSDLGenerator
outputDir
- The output file directoryname
- The file name of the main WSDL documentCopyright © 2015 Oracle Corporation. All rights reserved.