Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ErrorResponse
-
Packages that use ErrorResponse Package Description org.openehealth.ipf.commons.ihe.hpd org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of ErrorResponse in org.openehealth.ipf.commons.ihe.hpd
Methods in org.openehealth.ipf.commons.ihe.hpd that return types with arguments of type ErrorResponse Modifier and Type Method Description static javax.xml.bind.JAXBElement<ErrorResponse>HpdUtils. errorResponse(Exception exception, String requestId) -
Uses of ErrorResponse in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return ErrorResponse Modifier and Type Method Description ErrorResponseObjectFactory. createErrorResponse()Create an instance ofErrorResponseMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type ErrorResponse Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorResponse>ObjectFactory. createBatchResponseErrorResponse(ErrorResponse value)Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type ErrorResponse Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorResponse>ObjectFactory. createBatchResponseErrorResponse(ErrorResponse value)
-