Class Iti42Service
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.iti42.Iti42Service
- All Implemented Interfaces:
Iti42PortType
public class Iti42Service
extends XdsRegistryRequestService<SubmitObjectsRequest>
implements Iti42PortType
Service implementation for the IHE ITI-42 transaction (Register Document Set).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRegisters a set of documents according to the ITI-42 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
-
Iti42Service
public Iti42Service()
-
-
Method Details
-
documentRegistryRegisterDocumentSetB
Description copied from interface:Iti42PortType
Registers a set of documents according to the ITI-42 specification.- Specified by:
documentRegistryRegisterDocumentSetB
in interfaceIti42PortType
- Parameters:
body
- the request.- Returns:
- the response.
-