org.apache.qpid.agent.binding
Class BindingUtils
java.lang.Object
org.apache.qpid.agent.binding.BindingUtils
public class BindingUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingUtils
public BindingUtils()
get
public static Object get(PropertyBinding property,
Object managed)
set
public static void set(PropertyBinding property,
Object value,
Object managed)
invoke
public static Object[] invoke(MethodBinding method,
Object managed,
Object... args)
accessor
public static String accessor(String pfx,
String property)
get
public static Object get(String name,
Object obj)
Licensed to the Apache Software Foundation