Class HpdResponse
java.lang.Object
org.projecthusky.communication.responses.hpd.HpdResponse
- Direct Known Subclasses:
HpdFeedResponse
,HpdQueryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HpdResponse
build
(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse response) Method implemented by all child classes for creating the specific response class
-
Constructor Details
-
HpdResponse
public HpdResponse()
-
-
Method Details
-
build
public abstract HpdResponse build(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse response) Method implemented by all child classes for creating the specific response class
-