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 Metacards. |
List<Metacard> transform(InputStream inputStream, Map<String,Serializable> arguments) throws CatalogTransformerException
InputStream into a list of Metacards.inputStream - - the InputStream to be transformedarguments - - the arguments that may be used to execute the transformMetacardsCatalogTransformerException - if the response cannot be transformedThis work is licensed under a Creative Commons Attribution 4.0 International License.