Class ConsumerMarshalInterceptor
java.lang.Object
org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl
org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
org.openehealth.ipf.platform.camel.ihe.hl7v2.intercept.consumer.ConsumerMarshalInterceptor
- All Implemented Interfaces:
Processor
,Chainable
,Interceptor
Consumer-side HL7 marshaling/unmarshaling interceptor.
When the Camel exchange does not contain property Exchange.CHARSET_NAME
,
the default system character set will be used.
- Author:
- Dmytro Rud
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
characterSet, getEndpoint, getWrappedProcessor, setEndpoint, setWrappedProcessor
Methods inherited from class org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl
addAfter, addBefore, getAfter, getBefore, getId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.ihe.core.chain.Chainable
getAfter, getBefore, getId
Methods inherited from interface org.openehealth.ipf.platform.camel.ihe.core.Interceptor
getEndpoint
-
Constructor Details
-
ConsumerMarshalInterceptor
public ConsumerMarshalInterceptor(boolean copyOriginalMessage)
-
-
Method Details
-
process
Unmarshals the request, passes it to the processing route and marshals the response.- Throws:
Exception
-