public class XmlInputTransformer extends AbstractXmlTransformer implements InputTransformer
MIME_TYPE| Constructor and Description |
|---|
XmlInputTransformer(Parser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
setMetacardTypes(List<MetacardType> metacardTypes) |
Metacard |
transform(InputStream input)
Transforms the input into a
Metacard. |
Metacard |
transform(InputStream input,
String id)
|
getParser, getParserConfiguratorpublic XmlInputTransformer(Parser parser)
public Metacard transform(InputStream input) throws IOException, CatalogTransformerException
InputTransformerMetacard.transform in interface InputTransformerinput - the binary InputStream to transformMetacardIOException - if an I/O exception occurs when reading the InputStreamCatalogTransformerException - if an error occurs during transformationpublic Metacard transform(InputStream input, String id) throws IOException, CatalogTransformerException
InputTransformertransform in interface InputTransformerinput - the binary InputStream to transformid - the attribute value for the Metacard.ID attribute that should be set in the
generated MetacardMetacardIOException - if an I/O exception occurs when reading the InputStreamCatalogTransformerException - if an error occurs during transformationpublic void setMetacardTypes(List<MetacardType> metacardTypes)
metacardTypes - the metacardTypes to setThis work is licensed under a Creative Commons Attribution 4.0 International License.