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:
Processor
,Chainable
,Interceptor
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Accumulates fragments and passes the "big" message to the processing route.void
setEndpoint
(Endpoint endpoint) Sets the endpoint that uses this interceptorMethods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
characterSet, getEndpoint, getWrappedProcessor, 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
-
ConsumerRequestDefragmenterInterceptor
public ConsumerRequestDefragmenterInterceptor()
-
-
Method Details
-
setEndpoint
Description copied from interface:Interceptor
Sets the endpoint that uses this interceptor- Specified by:
setEndpoint
in interfaceInterceptor
- Overrides:
setEndpoint
in classInterceptorSupport
- Parameters:
endpoint
- the endpoint that uses this interceptor
-
process
Accumulates fragments and passes the "big" message to the processing route.- Throws:
Exception
-