public static class NamedSetTest.MixedNamedSetSchemaProcessor extends FilterDynamicSchemaProcessor
| Constructor and Description |
|---|
MixedNamedSetSchemaProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
filter(String schemaUrl,
Util.PropertyList connectInfo,
InputStream stream)
Reads the contents of a schema as a stream and returns the result as
a string.
|
processSchemaprotected String filter(String schemaUrl, Util.PropertyList connectInfo, InputStream stream) throws Exception
FilterDynamicSchemaProcessorThe default implementation returns the contents of the schema unchanged.
filter in class FilterDynamicSchemaProcessorschemaUrl - the URL of the catalogconnectInfo - Connection propertiesstream - Schema contents represented as a streamException - if an error occurs