geo.google.mapping
Interface Functor<ReturnType,ArgType,ExceptionType extends Exception>

All Known Subinterfaces:
XmlMappingFunctor<ReturnType>
All Known Implementing Classes:
AddressToUsAddressFunctor, PointToCoordinateFunctor, XmlToAddressFunctor, XmlToUsAddressFunctor, XSLTMappingFunctor

public interface Functor<ReturnType,ArgType,ExceptionType extends Exception>

A functor class.

Author:
jliang

Method Summary
 ReturnType execute(ArgType arg)
           
 

Method Detail

execute

ReturnType execute(ArgType arg)
                   throws ExceptionType extends Exception
Throws:
ExceptionType extends Exception


Copyright © 2008. All Rights Reserved.