Class Iti18Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.XdsAdhocQueryService
org.openehealth.ipf.platform.camel.ihe.xds.iti18.Iti18Service
- All Implemented Interfaces:
Iti18PortType
Service implementation for the IHE ITI-18 transaction (Registry Stored Query).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPerforms a stored query according to the ITI-18 specification.Methods inherited from class org.openehealth.ipf.platform.camel.ihe.xds.XdsAdhocQueryService
processRequest
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Iti18Service
public Iti18Service()
-
-
Method Details
-
documentRegistryRegistryStoredQuery
Description copied from interface:Iti18PortType
Performs a stored query according to the ITI-18 specification.- Specified by:
documentRegistryRegistryStoredQuery
in interfaceIti18PortType
- Parameters:
body
- the query request.- Returns:
- the query response.
-