Package com.sun.xml.ws.wsdl.writer
Class WSDLGenerator.JAXWSOutputSchemaResolver
java.lang.Object
jakarta.xml.bind.SchemaOutputResolver
com.sun.xml.ws.wsdl.writer.WSDLGenerator.JAXWSOutputSchemaResolver
- Enclosing class:
- WSDLGenerator
protected class WSDLGenerator.JAXWSOutputSchemaResolver
extends jakarta.xml.bind.SchemaOutputResolver
Implements the SchemaOutputResolver used by JAXB to
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateOutput(String namespaceUri, String suggestedFileName) Creates theResultobject used by JAXB to generate a schema for the namesapceUri namespace.
-
Constructor Details
-
JAXWSOutputSchemaResolver
protected JAXWSOutputSchemaResolver()
-
-
Method Details
-
createOutput
Creates theResultobject used by JAXB to generate a schema for the namesapceUri namespace.- Specified by:
createOutputin classjakarta.xml.bind.SchemaOutputResolver- Parameters:
namespaceUri- The namespace for the schema being generatedsuggestedFileName- the JAXB suggested file name for the schema file- Returns:
- the
Resultfor JAXB to generate the schema into - Throws:
IOException- thrown if on IO error occurs
-