public class RemoteTaxRateLookupImpl extends java.lang.Object implements RemoteTaxRateLookup, java.rmi.server.Unreferenced
| Constructor and Description |
|---|
RemoteTaxRateLookupImpl() |
| 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 |
unreferenced() |
public void initialize(TaxRateLookupConfiguration configuration) throws TaxRateLookupException, java.rmi.RemoteException
initialize in interface RemoteTaxRateLookupTaxRateLookupExceptionjava.rmi.RemoteExceptionpublic void initialize(java.lang.String config)
throws TaxRateLookupException,
java.rmi.RemoteException
initialize in interface RemoteTaxRateLookupTaxRateLookupExceptionjava.rmi.RemoteExceptionpublic TaxResponse lookupByAddress(TaxRateAddress address, Preferences preferences) throws TaxRateLookupException, java.rmi.RemoteException
lookupByAddress in interface RemoteTaxRateLookupTaxRateLookupExceptionjava.rmi.RemoteExceptionpublic TaxResponse lookupByLocation(Location location, Preferences preferences) throws TaxRateLookupException, java.rmi.RemoteException
lookupByLocation in interface RemoteTaxRateLookupTaxRateLookupExceptionjava.rmi.RemoteExceptionpublic void unreferenced()
unreferenced in interface java.rmi.server.Unreferenced