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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchResponsedoProcess(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:
getWrappedHandlerin interfaceConsumerHandler<BatchRequest,BatchResponse> - Returns:
- Handler which is one step nearer to the Camel route.
-
handle
- Specified by:
handlein interfaceConsumerHandler<BatchRequest,BatchResponse> - Returns:
- Response to the given request.
-
doProcess
- Overrides:
doProcessin classHpdService
-