protected class WSDLGenerator.JAXWSOutputSchemaResolver extends SchemaOutputResolver
Modifier and Type | Field and Description |
---|---|
(package private) ArrayList<DOMResult> |
nonGlassfishSchemas |
Modifier | Constructor and Description |
---|---|
protected |
JAXWSOutputSchemaResolver() |
Modifier and Type | Method and Description |
---|---|
Result |
createOutput(String namespaceUri,
String suggestedFileName)
Creates the
Result object used by JAXB to generate a schema for the
namesapceUri namespace. |
public Result createOutput(String namespaceUri, String suggestedFileName) throws IOException
Result
object used by JAXB to generate a schema for the
namesapceUri namespace.createOutput
in class SchemaOutputResolver
namespaceUri
- The namespace for the schema being generatedsuggestedFileName
- the JAXB suggested file name for the schema fileResult
for JAXB to generate the schema intoIOException
- thrown if on IO error occursCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.