public interface DataBoxSupplementaryPortType
| Modifier and Type | Method and Description |
|---|---|
void |
getDataBoxUsers(String dbID,
Boolean dbApproved,
String dbExternRefNumber,
Holder<TDbUsersArray> dbUsers,
Holder<TDbReqStatus> dbStatus) |
void |
getOwnerInfoFromLogin(String dbDummy,
Holder<TDbOwnerInfo> dbOwnerInfo,
Holder<TDbReqStatus> dbStatus) |
@RequestWrapper(localName="GetDataBoxUsers", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TIdDbInput") @ResponseWrapper(localName="GetDataBoxUsersResponse", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TGetDBUsersOutput") void getDataBoxUsers(String dbID, Boolean dbApproved, String dbExternRefNumber, Holder<TDbUsersArray> dbUsers, Holder<TDbReqStatus> dbStatus)
dbID - dbApproved - dbUsers - dbStatus - dbExternRefNumber - @RequestWrapper(localName="GetOwnerInfoFromLogin", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TDummyInput") @ResponseWrapper(localName="GetOwnerInfoFromLoginResponse", targetNamespace="http://isds.czechpoint.cz/v20", className="cz.abclinuxu.datoveschranky.ws.db.TGetOwnInfoOutput") void getOwnerInfoFromLogin(String dbDummy, Holder<TDbOwnerInfo> dbOwnerInfo, Holder<TDbReqStatus> dbStatus)
dbDummy - dbStatus - dbOwnerInfo - Copyright © 2017. All rights reserved.