public class VsbNetMohmServiceImpl extends DefaultCommonAsyncService implements VsbNetMohmService, ConfigurationModuleBootstrap.ModuleBootstrapHook
Constructor and Description |
---|
VsbNetMohmServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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 )
|
confirmAll, confirmAllMessages, confirmAllTAcks, confirmMessage, confirmTAck, validateXadesTWithManifest
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
confirmAll, confirmAllMessages, confirmAllTAcks, confirmMessage, confirmTAck, validateXadesTWithManifest
public ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> getConsultApplication(GetRequest request) throws ConnectorException
VsbNetMohmService
getConsultApplication
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse consultApplication(EMOHMDF103ConsultapplicationRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
consultApplication
in interface VsbNetMohmService
request
- df103 requestConnectorException
public ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> getCreateApplication(GetRequest request) throws ConnectorException
VsbNetMohmService
getCreateApplication
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse createApplication(EMOHMDF101CreateApplicationRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
createApplication
in interface VsbNetMohmService
request
- df101 requestConnectorException
public ProcessedGetResponse<EMOHMDF102CreateFictionalApplicationResponse> getCreateFictionalApplication(GetRequest request) throws ConnectorException
VsbNetMohmService
getCreateFictionalApplication
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse createFictionalApplication(EMOHMDF102CreateFictionalApplicationRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
createFictionalApplication
in interface VsbNetMohmService
request
- df102 requestConnectorException
public ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> getConsultSupportAndRepair(GetRequest request) throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepair
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse consultSupportAndRepairList(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
consultSupportAndRepairList
in interface VsbNetMohmService
request
- df112 requestConnectorException
public ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> getConsultSupportAndRepairList(GetRequest request) throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepairList
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse cancelApplication(EMOHMDF111CancelApplicationRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
cancelApplication
in interface VsbNetMohmService
request
- df111 requestConnectorException
public ProcessedGetResponse<EMOHMDF111CancelApplicationResponse> getCancelApplication(GetRequest request) throws ConnectorException
VsbNetMohmService
getCancelApplication
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse consultSupportAndRepair(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
consultSupportAndRepair
in interface VsbNetMohmService
request
- df104 requestConnectorException
public ProcessedGetResponse<EMOHMDF105ReportDeliveryResponse> getReportDelivery(GetRequest request) throws ConnectorException
VsbNetMohmService
getReportDelivery
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse reportDelivery(EMOHMDF105ReportDeliveryRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
reportDelivery
in interface VsbNetMohmService
request
- df105 requestConnectorException
public ProcessedGetResponse<EMOHMDF106PushDecisionRequest> getPushDecision(GetRequest request) throws ConnectorException
VsbNetMohmService
getPushDecision
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> getPushApplicationView(GetRequest request) throws ConnectorException
VsbNetMohmService
getPushApplicationView
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse createApplicationV3(EMOHMDF101CreateApplicationRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
createApplicationV3
in interface VsbNetMohmService
request
- df101 v3 requestConnectorException
public ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> getCreateApplicationV3(GetRequest request) throws ConnectorException
VsbNetMohmService
getCreateApplicationV3
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse consultHistory(EMOHMDF102ConsultHistoryRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
consultHistory
in interface VsbNetMohmService
request
- df102 v3 requestConnectorException
public ProcessedGetResponse<EMOHMDF102ConsultHistoryResponse> getConsultHistory(GetRequest request) throws ConnectorException
VsbNetMohmService
getConsultHistory
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse consultApplicationV4(EMOHMDF103ConsultApplicationRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
consultApplicationV4
in interface VsbNetMohmService
request
- df103 v4 requestConnectorException
public ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> getConsultApplicationV4(GetRequest request) throws ConnectorException
VsbNetMohmService
getConsultApplicationV4
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse consultSupportAndRepairV4(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
consultSupportAndRepairV4
in interface VsbNetMohmService
request
- df104 v4 requestConnectorException
public ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> getConsultSupportAndRepairV4(GetRequest request) throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepairV4
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedGetResponse<EMOHMDF106PushDecisionRequest> getPushDecisionV4(GetRequest request) throws ConnectorException
VsbNetMohmService
getPushDecisionV4
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> getPushApplicationViewV4(GetRequest request) throws ConnectorException
VsbNetMohmService
getPushApplicationViewV4
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public ProcessedPostResponse consultSupportAndRepairListV2(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference) throws ConnectorException
VsbNetMohmService
consultSupportAndRepairListV2
in interface VsbNetMohmService
request
- df112 v2 requestConnectorException
public ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> getConsultSupportAndRepairListV2(GetRequest request) throws ConnectorException
VsbNetMohmService
getConsultSupportAndRepairListV2
in interface VsbNetMohmService
request
- a Get RequestConnectorException
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.