Class Iti41Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.iti41.Iti41Service
- All Implemented Interfaces:
Iti41PortType
Service implementation for the IHE ITI-41 transaction (Provide and Register Document Set).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProvides and registers a set of documents according to the ITI-41 specification.Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Iti41Service
public Iti41Service()
-
-
Method Details
-
documentRepositoryProvideAndRegisterDocumentSetB
public RegistryResponseType documentRepositoryProvideAndRegisterDocumentSetB(ProvideAndRegisterDocumentSetRequestType body) Description copied from interface:Iti41PortType
Provides and registers a set of documents according to the ITI-41 specification.- Specified by:
documentRepositoryProvideAndRegisterDocumentSetB
in interfaceIti41PortType
- Parameters:
body
- the request.- Returns:
- the response.
-