Class HpdUtils
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.HpdUtils
-
public final class HpdUtils extends Object
- Since:
- 4.3
- Author:
- Dmytro Rud
-
-
Field Summary
Fields Modifier and Type Field Description static ObjectFactoryDSMLV2_OBJECT_FACTORY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.xml.bind.JAXBElement<ErrorResponse>errorResponse(Exception exception, String requestId)static StringextractResponseRequestId(Object dsmlResponse)
-
-
-
Field Detail
-
DSMLV2_OBJECT_FACTORY
public static final ObjectFactory DSMLV2_OBJECT_FACTORY
-
-
Method Detail
-
errorResponse
public static javax.xml.bind.JAXBElement<ErrorResponse> errorResponse(Exception exception, String requestId)
-
-