public interface VoucherServiceSEI
| Modifier and Type | Method and Description |
|---|---|
RegistrationStatusType |
queryVoucher(String voucher,
String carnet,
String holder) |
RegisterVoucherResponseType |
registerVoucher(String voucher,
String carnet,
String holder) |
@RequestWrapper(localName="queryVoucher", targetNamespace="http://www.tirplus.net/services/VoucherService-1", className="net.tirplus.services.voucherservice_1.QueryVoucher") @ResponseWrapper(localName="queryVoucherResponse", targetNamespace="http://www.tirplus.net/services/VoucherService-1", className="net.tirplus.services.voucherservice_1.QueryVoucherResponse") RegistrationStatusType queryVoucher(String voucher, String carnet, String holder) throws TechnicalException
carnet - voucher - holder - TechnicalException@RequestWrapper(localName="registerVoucher", targetNamespace="http://www.tirplus.net/services/VoucherService-1", className="net.tirplus.services.voucherservice_1.RegisterVoucher") @ResponseWrapper(localName="registerVoucherResponse", targetNamespace="http://www.tirplus.net/services/VoucherService-1", className="net.tirplus.services.voucherservice_1.RegisterVoucherResponse") RegisterVoucherResponseType registerVoucher(String voucher, String carnet, String holder) throws TechnicalException
carnet - voucher - holder - TechnicalExceptionCopyright © 2017. All rights reserved.