public interface DataBoxSearchPortType
| Modifier and Type | Method and Description |
|---|---|
void |
findDataBox(TDbOwnerInfo dbOwnerInfo,
Holder<TDbOwnersArray> dbResults,
Holder<TDbReqStatus> dbStatus) |
void |
getDataBoxList(String dblType,
Holder<byte[]> dblData,
Holder<TDbReqStatus> dbStatus) |
void |
checkDataBox(String dbID,
Boolean dbApproved,
String dbExternRefNumber,
Holder<Integer> dbState,
Holder<TDbReqStatus> dbStatus) |
void |
pdzInfo(String pdzSender,
Holder<TPDZRecArray> dbPDZRecords,
Holder<TDbReqStatus> dbStatus) |
@RequestWrapper(localName="FindDataBox", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TFindDBInput") @ResponseWrapper(localName="FindDataBoxResponse", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TFindDBOuput") void findDataBox(TDbOwnerInfo dbOwnerInfo, Holder<TDbOwnersArray> dbResults, Holder<TDbReqStatus> dbStatus)
dbResults - dbStatus - dbOwnerInfo - @RequestWrapper(localName="CheckDataBox", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TIdDbInput") @ResponseWrapper(localName="CheckDataBoxResponse", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TCheckDBOutput") void checkDataBox(String dbID, Boolean dbApproved, String dbExternRefNumber, Holder<Integer> dbState, Holder<TDbReqStatus> dbStatus)
dbState - dbID - dbApproved - dbStatus - dbExternRefNumber - @RequestWrapper(localName="GetDataBoxList", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TGetDBListInput") @ResponseWrapper(localName="GetDataBoxListResponse", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TGetDBListOutput") void getDataBoxList(String dblType, Holder<byte[]> dblData, Holder<TDbReqStatus> dbStatus)
dblData - dbStatus - dblType - @RequestWrapper(localName="PDZInfo", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TPDZInfoInput") @ResponseWrapper(localName="PDZInfoResponse", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TPDZInfoOutput") void pdzInfo(String pdzSender, Holder<TPDZRecArray> dbPDZRecords, Holder<TDbReqStatus> dbStatus)
dbPDZRecords - pdzSender - dbStatus - Copyright © 2017. All rights reserved.