Class Iti61Service
- java.lang.Object
-
- org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
-
- org.openehealth.ipf.platform.camel.ihe.xds.XdsRegistryRequestService<SubmitObjectsRequest>
-
- org.openehealth.ipf.platform.camel.ihe.xds.iti61.Iti61Service
-
- All Implemented Interfaces:
Iti61PortType
public class Iti61Service extends XdsRegistryRequestService<SubmitObjectsRequest> implements Iti61PortType
Service implementation for the IHE ITI-61 transaction (Register On-Demand Document Entry).
-
-
Constructor Summary
Constructors Constructor Description Iti61Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryResponseType
documentRegistryRegisterOnDemandDocumentEntry(SubmitObjectsRequest body)
Registers an on-demand document entry according to the ITI-61 specification.-
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.xds.XdsRegistryRequestService
getDefaultMetadataError, processRequest
-
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
-
-
-
Method Detail
-
documentRegistryRegisterOnDemandDocumentEntry
public RegistryResponseType documentRegistryRegisterOnDemandDocumentEntry(SubmitObjectsRequest body)
Description copied from interface:Iti61PortType
Registers an on-demand document entry according to the ITI-61 specification.- Specified by:
documentRegistryRegisterOnDemandDocumentEntry
in interfaceIti61PortType
- Parameters:
body
- the request.- Returns:
- the response.
-
-