public class AdmissionTransmogrifier extends Object implements Transmogrifier, groovy.lang.GroovyObject
| Constructor and Description |
|---|
AdmissionTransmogrifier() |
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
getLOG() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getSendingFacility() |
void |
init() |
Object |
invokeMethod(String method,
Object arguments) |
static void |
setLOG(org.slf4j.Logger value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSendingFacility(String value) |
Object |
zap(Object msg,
Object... params) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic static org.slf4j.Logger getLOG()
public static void setLOG(org.slf4j.Logger value)
public String getSendingFacility()
public void setSendingFacility(String value)
public Object zap(Object msg, Object... params)
zap in interface Transmogrifier@PostConstruct public void init()
Copyright © 2017 Open eHealth Foundation. All rights reserved.