public interface RemoteTaxRateLookup
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(java.lang.String config) |
void |
initialize(TaxRateLookupConfiguration configuration) |
TaxResponse |
lookupByAddress(TaxRateAddress address,
Preferences preferences) |
TaxResponse |
lookupByLocation(Location location,
Preferences preferences) |
void initialize(TaxRateLookupConfiguration configuration) throws TaxRateLookupException, java.rmi.RemoteException
TaxRateLookupExceptionjava.rmi.RemoteExceptionvoid initialize(java.lang.String config)
throws TaxRateLookupException,
java.rmi.RemoteException
TaxRateLookupExceptionjava.rmi.RemoteExceptionTaxResponse lookupByAddress(TaxRateAddress address, Preferences preferences) throws TaxRateLookupException, java.rmi.RemoteException
TaxRateLookupExceptionjava.rmi.RemoteExceptionTaxResponse lookupByLocation(Location location, Preferences preferences) throws TaxRateLookupException, java.rmi.RemoteException
TaxRateLookupExceptionjava.rmi.RemoteException