Class Iti92Service
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.iti92.Iti92Service
- All Implemented Interfaces:
Iti92PortType
public class Iti92Service
extends XdsRegistryRequestService<SubmitObjectsRequest>
implements Iti92PortType
Service implementation for the RMU ITI-92 transaction "Restricted Update Document Set".
This implementation delegates to a Camel consumer by creating an exchange.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Iti92Service
public Iti92Service()
-
-
Method Details
-
restrictedUpdateDocumentSet
- Specified by:
restrictedUpdateDocumentSet
in interfaceIti92PortType
-
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<SubmitObjectsRequest>
- Returns:
ErrorCode.REGISTRY_METADATA_ERROR
.
-