webfunds.sox
Interface IssuerFinder

All Known Implementing Classes:
SmartIssuer, SOXServerStore

public interface IssuerFinder

It is an application level decision how to get the Issuer from the Item. A class for this interface needs to be given to the Account. In WebFunds this is done via the contract, which knows where to find the Issuer.


Method Summary
 Issuer getIssuer(ItemId id)
           
 

Method Detail

getIssuer

public Issuer getIssuer(ItemId id)
                 throws SOXIssuerException,
                        SOXLaterException
Returns:
a working Issuer, or null if none found.?