Interface InputTransformer


public interface InputTransformer
An InputTransformer has the purpose of creating a Metacard from a given InputStream. Alternatively a Metacard implementation's constructor can be used to create Metacards.

Implementations of this interface must:

  • Register with the OSGi Service Registry using the InputTransformer interface
  • Include a Service property with name "id" (Constants.SERVICE_ID) and a String value uniquely identifying the particular implementation