com.sun.xml.ws.wsdl.writer
Class WSDLGenerator.JAXWSOutputSchemaResolver

java.lang.Object
  extended by javax.xml.bind.SchemaOutputResolver
      extended by 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 Summary
protected WSDLGenerator.JAXWSOutputSchemaResolver()
           
 
Method Summary
 javax.xml.transform.Result createOutput(java.lang.String namespaceUri, java.lang.String suggestedFileName)
          Creates the Result object used by JAXB to generate a schema for the namesapceUri namespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLGenerator.JAXWSOutputSchemaResolver

protected WSDLGenerator.JAXWSOutputSchemaResolver()
Method Detail

createOutput

public javax.xml.transform.Result createOutput(java.lang.String namespaceUri,
                                               java.lang.String suggestedFileName)
                                        throws java.io.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:
java.io.IOException - thrown if on IO error occurs


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.