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

public abstract class XdsRegistryRequestService<T> extends AbstractWebService
Base class for XDS Registry Request services
Since:
3.1
  • Constructor Details

    • XdsRegistryRequestService

      public XdsRegistryRequestService()
  • Method Details

    • processRequest

      protected RegistryResponseType processRequest(T body)
    • getDefaultMetadataError

      protected ErrorCode 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 default ErrorCode can not be used, override this method to use a different code.
      Returns:
      ErrorCode.REGISTRY_METADATA_ERROR.