Class Iti62Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.XdsRegistryRequestService<RemoveObjectsRequest>
org.openehealth.ipf.platform.camel.ihe.xds.iti62.Iti62Service
- All Implemented Interfaces:
Iti62PortType
public class Iti62Service
extends XdsRegistryRequestService<RemoveObjectsRequest>
implements Iti62PortType
Service implementation for the IHE ITI-62 transaction (Delete Document Set).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Boris Stanojevic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeletes a set of documents according to the ITI-62 specification.protected ErrorCode
Define the ErrorCode used to indicate a error in the metadata (typically a client fault).Methods inherited from class org.openehealth.ipf.platform.camel.ihe.xds.XdsRegistryRequestService
processRequest
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Iti62Service
public Iti62Service()
-
-
Method Details
-
documentRegistryDeleteDocumentSet
Description copied from interface:Iti62PortType
Deletes a set of documents according to the ITI-62 specification.- Specified by:
documentRegistryDeleteDocumentSet
in interfaceIti62PortType
- Parameters:
body
- the request.- Returns:
- the response.
-
getDefaultMetadataError
Description copied from class:XdsRegistryRequestService
Define the ErrorCode used to indicate a error in the metadata (typically a client fault). IHE profiles do not have one common error code to indicate the error. If the defaultErrorCode
can not be used, override this method to use a different code.- Overrides:
getDefaultMetadataError
in classXdsRegistryRequestService<RemoveObjectsRequest>
- Returns:
ErrorCode.REGISTRY_METADATA_ERROR
.
-