Class Iti43Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.XdsRetrieveDocumentSetService<RetrieveDocumentSetRequestType>
org.openehealth.ipf.platform.camel.ihe.xds.iti43.Iti43Service
- All Implemented Interfaces:
Iti43PortType
public class Iti43Service
extends XdsRetrieveDocumentSetService<RetrieveDocumentSetRequestType>
implements Iti43PortType
Service implementation for the IHE ITI-43 transaction (Retrieve Document Set).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a set of documents according to the ITI-43 specification.Methods inherited from class org.openehealth.ipf.platform.camel.ihe.xds.XdsRetrieveDocumentSetService
processRequest
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Iti43Service
public Iti43Service()
-
-
Method Details
-
documentRepositoryRetrieveDocumentSet
public RetrieveDocumentSetResponseType documentRepositoryRetrieveDocumentSet(RetrieveDocumentSetRequestType body) Description copied from interface:Iti43PortType
Retrieves a set of documents according to the ITI-43 specification.- Specified by:
documentRepositoryRetrieveDocumentSet
in interfaceIti43PortType
- Parameters:
body
- the request.- Returns:
- the response.
-