Class HpdQueryService
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.hpd.HpdService
org.openehealth.ipf.platform.camel.ihe.hpd.HpdQueryService
- All Implemented Interfaces:
ConsumerHandler<BatchRequest,
BatchResponse>
- Direct Known Subclasses:
ChCiqService
,Iti58Service
public class HpdQueryService
extends HpdService
implements ConsumerHandler<BatchRequest,BatchResponse>
- Since:
- 4.3
- Author:
- Dmytro Rud
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected BatchResponse
doProcess
(BatchRequest batchRequest) handle
(BatchRequest request) Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
HpdQueryService
-
-
Method Details
-
getWrappedHandler
- Specified by:
getWrappedHandler
in interfaceConsumerHandler<BatchRequest,
BatchResponse> - Returns:
- Handler which is one step nearer to the Camel route.
-
handle
- Specified by:
handle
in interfaceConsumerHandler<BatchRequest,
BatchResponse> - Returns:
- Response to the given request.
-
doProcess
- Overrides:
doProcess
in classHpdService
-