Package org.as2lib.env.overload

Interface Summary
OverloadHandler OverloadHandler declares methods needed by overload handlers.
Class Summary
Overload Overload provides methods to overload a method.
OverloadException OverloadException is the base exception of Overloading API.
SameTypeSignatureException SameTypeSignatureException is thrown when two or more overload handlers have the same type signature.
SimpleOverloadHandler SimpleOverloadHandler offers basic overloading functionalities.
UnknownOverloadHandlerException UnknownOverloadHandlerException will be thrown if no appropriate overload handler for a list of real arguments could be found.