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