Class DataRouteInvocationHandler
java.lang.Object
com.broadleafcommerce.common.extension.data.DataRouteInvocationHandler
- All Implemented Interfaces:
InvocationHandler
Call handler for a
DataRouteSupporting
proxies. Allows for some common functions, such as
lookupKey handling, while delegating all other calls to the underlying implementation.- Author:
- Jeff Fischer
-
Constructor Summary
ConstructorDescriptionDataRouteInvocationHandler
(Object delegate, String lookupKey) DataRouteInvocationHandler
(Object delegate, String lookupKey, int order) -
Method Summary
-
Constructor Details
-
DataRouteInvocationHandler
-
DataRouteInvocationHandler
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-