Class FhirExtensionModule
java.lang.Object
org.openehealth.ipf.platform.camel.fhir.extend.FhirExtensionModule
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.model.ProcessorDefinitionfhirJson(org.apache.camel.builder.DataFormatClause self) static org.apache.camel.model.ProcessorDefinitionfhirJson(org.apache.camel.builder.DataFormatClause self, FhirContext defaultContext, String defaultCharset) static org.apache.camel.model.ProcessorDefinitionfhirXml(org.apache.camel.builder.DataFormatClause self) static org.apache.camel.model.ProcessorDefinitionfhirXml(org.apache.camel.builder.DataFormatClause self, FhirContext defaultContext, String defaultCharset) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
FhirExtensionModule
public FhirExtensionModule()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin 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)
-