Class DataRouteInvocationHandler
- java.lang.Object
-
- com.broadleafcommerce.common.extension.data.DataRouteInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
public class DataRouteInvocationHandler extends Object implements InvocationHandler
Call handler for aDataRouteSupportingproxies. Allows for some common functions, such as lookupKey handling, while delegating all other calls to the underlying implementation.- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description DataRouteInvocationHandler(Object delegate, String lookupKey)DataRouteInvocationHandler(Object delegate, String lookupKey, int order)
-