org.eclipse.lyo.core.query.impl
Class WildcardInvocationHandler

java.lang.Object
  extended by org.eclipse.lyo.core.query.impl.WildcardInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class WildcardInvocationHandler
extends Object

Proxy implementation of Wildcard interface


Field Summary
protected  Map<String,String> prefixMap
           
 
Constructor Summary
WildcardInvocationHandler()
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefixMap

protected final Map<String,String> prefixMap
Constructor Detail

WildcardInvocationHandler

public WildcardInvocationHandler()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable
See Also:
PropertiesInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])


Copyright © 2012. All Rights Reserved.