|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.genericasync.helper.DefaultCommonAsyncService
be.ehealth.businessconnector.vsbnet.async.mohm.session.impl.VsbNetMohmServiceImpl
public class VsbNetMohmServiceImpl
| Constructor Summary | |
|---|---|
VsbNetMohmServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
bootstrap()
|
ProcessedPostResponse |
cancelApplication(EMOHMDF111CancelApplicationRequest request,
InputReference inputReference)
post a CancelApplication request ( Message Name : VL_MOHM_CNCL_APPLIC_REQ ) |
ProcessedPostResponse |
consultApplication(EMOHMDF103ConsultapplicationRequest request,
InputReference inputReference)
post a ConsultApplication request ( Message Name : VL_MOHM_CONSULT_REQ ) |
ProcessedPostResponse |
consultApplicationV4(EMOHMDF103ConsultApplicationRequest request,
InputReference inputReference)
post a ConsultApplication request ( Message Name : VL_MOHM_CONSULT_REQ_V4 ) |
ProcessedPostResponse |
consultHistory(EMOHMDF102ConsultHistoryRequest request,
InputReference inputReference)
post a ConsultHistory request ( Message Name : VL_MOHM_CONSULT_HIST_REQ ) |
ProcessedPostResponse |
consultSupportAndRepair(EMOHMDF104ConsultSupportAndRepairRequest request,
InputReference inputReference)
post a ConsultSupportAndRepair request ( Message Name : VL_MOHM_SUP_REP_REQ ) |
ProcessedPostResponse |
consultSupportAndRepairList(EMOHMDF112ConsultSupportAndRepairListRequest request,
InputReference inputReference)
post a ConsultSupportAndRepairList request ( Message Name : VL_MOHM_SUP_REP_LIST_REQ ) |
ProcessedPostResponse |
consultSupportAndRepairListV2(EMOHMDF112ConsultSupportAndRepairListRequest request,
InputReference inputReference)
post a ConsultSupportAndRepairList request ( Message Name : VL_MOHM_SUP_REP_LIST_REQ_V2 ) |
ProcessedPostResponse |
consultSupportAndRepairV4(EMOHMDF104ConsultSupportAndRepairRequest request,
InputReference inputReference)
post a ConsultSupportAndRepair request ( Message Name : VL_MOHM_SUP_REP_REQ_V4 ) |
ProcessedPostResponse |
createApplication(EMOHMDF101CreateApplicationRequest request,
InputReference inputReference)
post a CreateApplication request ( Message Name : VL_MOHM_APPLIC_REQ ) |
ProcessedPostResponse |
createApplicationV3(EMOHMDF101CreateApplicationRequest request,
InputReference inputReference)
post a CreateApplication request ( Message Name : VL_MOHM_APPLIC_REQ_V3 ) |
ProcessedPostResponse |
createFictionalApplication(EMOHMDF102CreateFictionalApplicationRequest request,
InputReference inputReference)
post a CreateFictionalApplication request ( Message Name : VL_MOHM_FIC_APPLIC_REQ ) |
ProcessedGetResponse<EMOHMDF111CancelApplicationResponse> |
getCancelApplication(GetRequest request)
get the CancelApplication response ( Message Name : VL_MOHM_CNCL_APPLIC_RESP ) |
ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> |
getConsultApplication(GetRequest request)
get the ConsultApplication response ( Message Name : VL_MOHM_CONSULT_RESP ) |
ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> |
getConsultApplicationV4(GetRequest request)
get the ConsultApplication response ( Message Name : VL_MOHM_CONSULT_RESP_V4 ) |
ProcessedGetResponse<EMOHMDF102ConsultHistoryResponse> |
getConsultHistory(GetRequest request)
get the ConsultHistory response ( Message Name : VL_MOHM_CONSULT_HIST_RESP ) |
ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> |
getConsultSupportAndRepair(GetRequest request)
get the ConsultSupportAndRepair response ( Message Name : VL_MOHM_SUP_REP_RESP ) |
ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> |
getConsultSupportAndRepairList(GetRequest request)
get the ConsultSupportAndRepairList response ( Message Name : VL_MOHM_SUP_REP_LIST_RESP ) |
ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> |
getConsultSupportAndRepairListV2(GetRequest request)
get the ConsultSupportAndRepairList response ( Message Name : VL_MOHM_SUP_REP_LIST_RESP_V2 ) |
ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> |
getConsultSupportAndRepairV4(GetRequest request)
get the ConsultSupportAndRepair response ( Message Name : VL_MOHM_SUP_REP_RESP_V4 ) |
ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> |
getCreateApplication(GetRequest request)
get the CreateApplication response ( Message Name : VL_MOHM_APPLIC_RESP ) |
ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> |
getCreateApplicationV3(GetRequest request)
get the CreateApplication response ( Message Name : VL_MOHM_APPLIC_RESP_V3 ) |
ProcessedGetResponse<EMOHMDF102CreateFictionalApplicationResponse> |
getCreateFictionalApplication(GetRequest request)
get the CreateFictionalApplication response ( Message Name : VL_MOHM_FIC_APPLIC_RESP ) |
ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> |
getPushApplicationView(GetRequest request)
get the PushApplicationView response ( Message Name : VL_MOHM_PUSH_APPLIC_VIEW ) |
ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> |
getPushApplicationViewV4(GetRequest request)
get the PushApplicationView response ( Message Name : VL_MOHM_PUSH_APPLIC_VIEW_V4 ) |
ProcessedGetResponse<EMOHMDF106PushDecisionRequest> |
getPushDecision(GetRequest request)
get the PushDecision response ( Message Name : VL_MOHM_PUSH_DESC ) |
ProcessedGetResponse<EMOHMDF106PushDecisionRequest> |
getPushDecisionV4(GetRequest request)
get the PushDecision response ( Message Name : VL_MOHM_PUSH_DESC_V4 ) |
ProcessedGetResponse<EMOHMDF105ReportDeliveryResponse> |
getReportDelivery(GetRequest request)
get the ReportDelivery response ( Message Name : VL_MOHM_REP_DELIV_RESP ) |
ProcessedPostResponse |
reportDelivery(EMOHMDF105ReportDeliveryRequest request,
InputReference inputReference)
post a ReportDelivery request ( Message Name : VL_MOHM_REP_DELIV_REQ ) |
| Methods inherited from class be.ehealth.businessconnector.genericasync.helper.DefaultCommonAsyncService |
|---|
confirmAll, confirmAllMessages, confirmAllTAcks, confirmMessage, confirmTAck, validateXadesTWithManifest |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface be.ehealth.businessconnector.genericasync.helper.CommonAsyncService |
|---|
confirmAll, confirmAllMessages, confirmAllTAcks, confirmMessage, confirmTAck, validateXadesTWithManifest |
| Constructor Detail |
|---|
public VsbNetMohmServiceImpl()
| Method Detail |
|---|
public ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> getConsultApplication(GetRequest request)
throws ConnectorException
VsbNetMohmService
getConsultApplication in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse consultApplication(EMOHMDF103ConsultapplicationRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
consultApplication in interface VsbNetMohmServicerequest - df103 request
ConnectorException
public ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> getCreateApplication(GetRequest request)
throws ConnectorException
VsbNetMohmService
getCreateApplication in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse createApplication(EMOHMDF101CreateApplicationRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
createApplication in interface VsbNetMohmServicerequest - df101 request
ConnectorException
public ProcessedGetResponse<EMOHMDF102CreateFictionalApplicationResponse> getCreateFictionalApplication(GetRequest request)
throws ConnectorException
VsbNetMohmService
getCreateFictionalApplication in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse createFictionalApplication(EMOHMDF102CreateFictionalApplicationRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
createFictionalApplication in interface VsbNetMohmServicerequest - df102 request
ConnectorException
public ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> getConsultSupportAndRepair(GetRequest request)
throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepair in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse consultSupportAndRepairList(EMOHMDF112ConsultSupportAndRepairListRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
consultSupportAndRepairList in interface VsbNetMohmServicerequest - df112 request
ConnectorException
public ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> getConsultSupportAndRepairList(GetRequest request)
throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepairList in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse cancelApplication(EMOHMDF111CancelApplicationRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
cancelApplication in interface VsbNetMohmServicerequest - df111 request
ConnectorException
public ProcessedGetResponse<EMOHMDF111CancelApplicationResponse> getCancelApplication(GetRequest request)
throws ConnectorException
VsbNetMohmService
getCancelApplication in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse consultSupportAndRepair(EMOHMDF104ConsultSupportAndRepairRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
consultSupportAndRepair in interface VsbNetMohmServicerequest - df104 request
ConnectorException
public ProcessedGetResponse<EMOHMDF105ReportDeliveryResponse> getReportDelivery(GetRequest request)
throws ConnectorException
VsbNetMohmService
getReportDelivery in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse reportDelivery(EMOHMDF105ReportDeliveryRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
reportDelivery in interface VsbNetMohmServicerequest - df105 request
ConnectorException
public ProcessedGetResponse<EMOHMDF106PushDecisionRequest> getPushDecision(GetRequest request)
throws ConnectorException
VsbNetMohmService
getPushDecision in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> getPushApplicationView(GetRequest request)
throws ConnectorException
VsbNetMohmService
getPushApplicationView in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse createApplicationV3(EMOHMDF101CreateApplicationRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
createApplicationV3 in interface VsbNetMohmServicerequest - df101 v3 request
ConnectorException
public ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> getCreateApplicationV3(GetRequest request)
throws ConnectorException
VsbNetMohmService
getCreateApplicationV3 in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse consultHistory(EMOHMDF102ConsultHistoryRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
consultHistory in interface VsbNetMohmServicerequest - df102 v3 request
ConnectorException
public ProcessedGetResponse<EMOHMDF102ConsultHistoryResponse> getConsultHistory(GetRequest request)
throws ConnectorException
VsbNetMohmService
getConsultHistory in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse consultApplicationV4(EMOHMDF103ConsultApplicationRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
consultApplicationV4 in interface VsbNetMohmServicerequest - df103 v4 request
ConnectorException
public ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> getConsultApplicationV4(GetRequest request)
throws ConnectorException
VsbNetMohmService
getConsultApplicationV4 in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse consultSupportAndRepairV4(EMOHMDF104ConsultSupportAndRepairRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
consultSupportAndRepairV4 in interface VsbNetMohmServicerequest - df104 v4 request
ConnectorException
public ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> getConsultSupportAndRepairV4(GetRequest request)
throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepairV4 in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedGetResponse<EMOHMDF106PushDecisionRequest> getPushDecisionV4(GetRequest request)
throws ConnectorException
VsbNetMohmService
getPushDecisionV4 in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> getPushApplicationViewV4(GetRequest request)
throws ConnectorException
VsbNetMohmService
getPushApplicationViewV4 in interface VsbNetMohmServicerequest - a Get Request
ConnectorException
public ProcessedPostResponse consultSupportAndRepairListV2(EMOHMDF112ConsultSupportAndRepairListRequest request,
InputReference inputReference)
throws ConnectorException
VsbNetMohmService
consultSupportAndRepairListV2 in interface VsbNetMohmServicerequest - df112 v2 request
ConnectorException
public ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> getConsultSupportAndRepairListV2(GetRequest request)
throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepairListV2 in interface VsbNetMohmServicerequest - a Get Request
ConnectorExceptionpublic void bootstrap()
bootstrap in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||