public interface InputCollectionTransformer
Modifier and Type | Method and Description |
---|---|
List<Metacard> |
transform(InputStream inputStream,
Map<String,Serializable> arguments)
Transforms an
InputStream into a list of Metacard s. |
List<Metacard> transform(InputStream inputStream, Map<String,Serializable> arguments) throws CatalogTransformerException
InputStream
into a list of Metacard
s.inputStream
- - the InputStream
to be transformedarguments
- - the arguments that may be used to execute the transformMetacard
sCatalogTransformerException
- if the response cannot be transformedThis work is licensed under a Creative Commons Attribution 4.0 International License.