Class ConsumerRequestDefragmenterInterceptor
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.mllp.core.intercept.consumer.ConsumerRequestDefragmenterInterceptor
- All Implemented Interfaces:
org.apache.camel.Processor,org.openehealth.ipf.commons.ihe.core.chain.Chainable,org.openehealth.ipf.platform.camel.ihe.core.Interceptor
public class ConsumerRequestDefragmenterInterceptor
extends org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
Consumer-side interceptor for receiving unsolicited request fragments
as described in paragraph 2.10.2.2 of the HL7 v.2.5 specification.
- Author:
- Dmytro Rud
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.apache.camel.Exchange exchange) Accumulates fragments and passes the "big" message to the processing route.voidsetEndpoint(org.apache.camel.Endpoint endpoint) Methods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
characterSet, getEndpoint, getWrappedProcessor, setWrappedProcessorMethods inherited from class org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl
addAfter, addBefore, getAfter, getBefore, getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openehealth.ipf.commons.ihe.core.chain.Chainable
getAfter, getBefore, getIdMethods inherited from interface org.openehealth.ipf.platform.camel.ihe.core.Interceptor
getEndpoint
-
Constructor Details
-
ConsumerRequestDefragmenterInterceptor
public ConsumerRequestDefragmenterInterceptor()
-
-
Method Details
-
setEndpoint
public void setEndpoint(org.apache.camel.Endpoint endpoint) - Specified by:
setEndpointin interfaceorg.openehealth.ipf.platform.camel.ihe.core.Interceptor- Overrides:
setEndpointin classorg.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
-
process
Accumulates fragments and passes the "big" message to the processing route.- Throws:
Exception
-