public class JAXBSchemaOutputResolver extends Object implements SchemaModelOutputResolver
Constructor and Description |
---|
JAXBSchemaOutputResolver(jakarta.xml.bind.SchemaOutputResolver outputResolver)
This constructor sets the underlying SchemaOutputResolver to be used
during createOutput operation.
|
Modifier and Type | Method and Description |
---|---|
Result |
createOutput(String namespaceURI,
String suggestedFileName)
Determines the location where a given schema file (of the given namespace URI)
will be generated, and return it as a Result object.
|
public JAXBSchemaOutputResolver(jakarta.xml.bind.SchemaOutputResolver outputResolver)
outputResolver
- public Result createOutput(String namespaceURI, String suggestedFileName) throws IOException
createOutput
in interface SchemaModelOutputResolver
namespaceURI
- suggestedFileName
- IOException
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.