Class FhirExtensionModule
java.lang.Object
org.openehealth.ipf.platform.camel.fhir.extend.FhirExtensionModule
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.model.ProcessorDefinition
fhirJson
(org.apache.camel.builder.DataFormatClause self) static org.apache.camel.model.ProcessorDefinition
fhirJson
(org.apache.camel.builder.DataFormatClause self, FhirContext defaultContext, String defaultCharset) static org.apache.camel.model.ProcessorDefinition
fhirXml
(org.apache.camel.builder.DataFormatClause self) static org.apache.camel.model.ProcessorDefinition
fhirXml
(org.apache.camel.builder.DataFormatClause self, FhirContext defaultContext, String defaultCharset) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
FhirExtensionModule
public FhirExtensionModule()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
fhirJson
public static org.apache.camel.model.ProcessorDefinition fhirJson(org.apache.camel.builder.DataFormatClause self) -
fhirJson
public static org.apache.camel.model.ProcessorDefinition fhirJson(org.apache.camel.builder.DataFormatClause self, FhirContext defaultContext, String defaultCharset) -
fhirXml
public static org.apache.camel.model.ProcessorDefinition fhirXml(org.apache.camel.builder.DataFormatClause self) -
fhirXml
public static org.apache.camel.model.ProcessorDefinition fhirXml(org.apache.camel.builder.DataFormatClause self, FhirContext defaultContext, String defaultCharset)
-