Class DelegatingTransmogrifier
java.lang.Object
org.openehealth.ipf.platform.camel.core.closures.ClosureAdapter
org.openehealth.ipf.platform.camel.core.closures.DelegatingTransmogrifier
- All Implemented Interfaces:
Transmogrifier<Object,
Object>
public class DelegatingTransmogrifier
extends ClosureAdapter
implements Transmogrifier<Object,Object>
A transmogrifier that delegates to a
Closure
.- Author:
- Martin Krasser
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openehealth.ipf.platform.camel.core.closures.ClosureAdapter
call, callClosure, getClosure
-
Constructor Details
-
DelegatingTransmogrifier
-
-
Method Details
-
zap
Description copied from interface:Transmogrifier
Transmogrifies an object into another one.- Specified by:
zap
in interfaceTransmogrifier<Object,
Object> - Parameters:
object
- what goes in- Returns:
- what comes out
-
prepare
-