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
-
Method Summary
Modifier and TypeMethodDescriptionRegisters 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
-
Constructor Details
-
Iti61Service
public Iti61Service()
-
-
Method Details
-
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.
-