Class HpdFeedResponse
java.lang.Object
org.projecthusky.communication.responses.hpd.HpdResponse
org.projecthusky.communication.responses.hpd.HpdFeedResponse
Class responsible for creating response from
AddRequest
DelRequest-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse response) Method implemented by all child classes for creating the specific response class
-
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:HpdResponseMethod implemented by all child classes for creating the specific response class- Specified by:
buildin classHpdResponse
-