Class WSDLGenerator.JAXWSOutputSchemaResolver

java.lang.Object
javax.xml.bind.SchemaOutputResolver
com.sun.xml.ws.wsdl.writer.WSDLGenerator.JAXWSOutputSchemaResolver
Enclosing class:
WSDLGenerator

protected class WSDLGenerator.JAXWSOutputSchemaResolver extends javax.xml.bind.SchemaOutputResolver
Implements the SchemaOutputResolver used by JAXB to
  • Constructor Details

    • JAXWSOutputSchemaResolver

      protected JAXWSOutputSchemaResolver()
  • Method Details

    • createOutput

      public Result createOutput(String namespaceUri, String suggestedFileName) throws IOException
      Creates the Result object used by JAXB to generate a schema for the namesapceUri namespace.
      Specified by:
      createOutput in class javax.xml.bind.SchemaOutputResolver
      Parameters:
      namespaceUri - The namespace for the schema being generated
      suggestedFileName - the JAXB suggested file name for the schema file
      Returns:
      the Result for JAXB to generate the schema into
      Throws:
      IOException - thrown if on IO error occurs