protected class WSDLGenerator.JAXWSOutputSchemaResolver extends SchemaOutputResolver
| 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 SchemaOutputResolvernamespaceUri - 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 © 2015 Oracle Corporation. All rights reserved.