public interface TransformerHandlerFactory
EventStreamHandler that converts events from one type to another.| Modifier and Type | Method and Description |
|---|---|
EventStreamHandler |
createHandler(org.fabric3.api.model.type.contract.DataType source,
org.fabric3.api.model.type.contract.DataType target,
java.util.List<java.lang.Class<?>> eventTypes,
java.lang.ClassLoader loader)
Creates the handler for converting an event type.
|
EventStreamHandler createHandler(org.fabric3.api.model.type.contract.DataType source, org.fabric3.api.model.type.contract.DataType target, java.util.List<java.lang.Class<?>> eventTypes, java.lang.ClassLoader loader) throws org.fabric3.api.host.Fabric3Exception
source - the source typetarget - the target typeeventTypes - the vent typesloader - the classloader or loading target typesorg.fabric3.api.host.Fabric3Exception - if there is an exception creating the handler