Class HpdFeedResponse

java.lang.Object
org.projecthusky.communication.responses.hpd.HpdResponse
org.projecthusky.communication.responses.hpd.HpdFeedResponse

public class HpdFeedResponse extends HpdResponse
Class responsible for creating response from AddRequest DelRequest
  • Constructor Details

    • HpdFeedResponse

      public HpdFeedResponse()
  • Method Details

    • build

      public HpdFeedResponse build(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse response)
      Description copied from class: HpdResponse
      Method implemented by all child classes for creating the specific response class
      Specified by:
      build in class HpdResponse