Package com.sun.xml.ws.db
Class DatabindingProviderImpl.JaxwsWsdlGen
java.lang.Object
com.sun.xml.ws.db.DatabindingProviderImpl.JaxwsWsdlGen
- All Implemented Interfaces:
WSDLGenerator
- Enclosing class:
- DatabindingProviderImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(WSDLResolver wsdlResolver) Generates the WSDL using the wsdlResolver to output the generated documents.voidGenerates the WSDL into the file directoryinlineSchema(boolean inline) Sets the inlineSchema boolean.Sets A property of the WSDLGenerator
-
Method Details
-
inlineSchema
Description copied from interface:WSDLGeneratorSets the inlineSchema boolean. When the inlineSchema is true, the generated schema documents are embedded within the type element of the generated WSDL. When the inlineSchema is false, the generated schema documents are generated as standalone schema documents and imported into the generated WSDL.- Specified by:
inlineSchemain interfaceWSDLGenerator- Parameters:
inline- the inlineSchema boolean.
-
property
Description copied from interface:WSDLGeneratorSets A property of the WSDLGenerator- Specified by:
propertyin interfaceWSDLGenerator- Parameters:
name- The name of the propertyvalue- The value of the property- Returns:
- this WSDLGenerator instance
-
generate
Description copied from interface:WSDLGeneratorGenerates the WSDL using the wsdlResolver to output the generated documents.- Specified by:
generatein interfaceWSDLGenerator- Parameters:
wsdlResolver- The WSDLResolver
-
generate
Description copied from interface:WSDLGeneratorGenerates the WSDL into the file directory- Specified by:
generatein interfaceWSDLGenerator- Parameters:
outputDir- The output file directoryname- The file name of the main WSDL document
-