Class XdsRegistryRequestService<T>
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.XdsRegistryRequestService<T>
- Direct Known Subclasses:
Iti42Service
,Iti57Service
,Iti61Service
,Iti62Service
,Iti92Service
Base class for XDS Registry Request services
- Since:
- 3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ErrorCode
Define the ErrorCode used to indicate a error in the metadata (typically a client fault).protected RegistryResponseType
processRequest
(T body) Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
XdsRegistryRequestService
public XdsRegistryRequestService()
-
-
Method Details
-
processRequest
-
getDefaultMetadataError
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.- Returns:
ErrorCode.REGISTRY_METADATA_ERROR
.
-