Class PostfinanceService
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.PostfinanceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
executePostfinanceRequest
(Entity biller, CheckedFunction<B2BService, T> function) <T> T
executePostfinanceRequest
(String username, String password, CheckedFunction<B2BService, T> function) void
setWsdlLocation
(String wsdlLocation)
-
Constructor Details
-
PostfinanceService
-
-
Method Details
-
setWsdlLocation
-
executePostfinanceRequest
public <T> T executePostfinanceRequest(Entity biller, CheckedFunction<B2BService, T> function) throws PostfinanceException- Throws:
PostfinanceException
-
executePostfinanceRequest
public <T> T executePostfinanceRequest(String username, String password, CheckedFunction<B2BService, T> function) throws PostfinanceException- Throws:
PostfinanceException
-