Package org.onemind.commons.invoke
-
Interface Summary Interface Description Invocable An interface for a object provide information about functions that can be invoked on itself (through a key) and API for invoke the method on on itselfInvocableFunction Represents a function that can be invoked -
Class Summary Class Description AbstractInvocable An invocable that contain a list of invocable functions to be invoke upon.AbstractInvocableFunction An abstract implementation of InvocableFunctionReflectionWrapperInvocable An wrapper invocable that will use reflection to optionally use reflection for invocation if possible -
Exception Summary Exception Description InvocationException An exception due to invocation