Class Iti48Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.svs.iti48.Iti48Service
- All Implemented Interfaces:
Iti48PortType
Service implementation for the IHE ITI-48 transaction (Retrieve Value Set).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Quentin Ligier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPerforms a stored query according to the ITI-48 specification.Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Iti48Service
public Iti48Service()
-
-
Method Details
-
valueSetRepositoryRetrieveValueSet
Description copied from interface:Iti48PortType
Performs a stored query according to the ITI-48 specification.- Specified by:
valueSetRepositoryRetrieveValueSet
in interfaceIti48PortType
- Parameters:
body
- The query request.- Returns:
- the query response.
-