com.ca.jcs.opbindings
Class OpBindingMethods
java.lang.Object
com.ca.jcs.opbindings.OpBindingMethods
public class OpBindingMethods
- extends Object
Wrapper class allowing easy access to OpBindingMethodInfo configuration.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OP_BINDING_METHOD_FILE
public static final String OP_BINDING_METHOD_FILE
- File from which
OpBindingMethodInfo information, which ties the Java
runtime to any specified OpBindingType bindings, is read by this class.
- See Also:
- Constant Field Values
OpBindingMethods
public OpBindingMethods()
- Only for internal (Spring XML) use, otherwise use
getInstance().
getInfos
public List<OpBindingMethodInfo> getInfos()
setInfos
public void setInfos(List<OpBindingMethodInfo> infos)
getMethodNameToInfoMap
public Map<String,OpBindingMethodInfo> getMethodNameToInfoMap()
getQueryMethods
public Set<String> getQueryMethods()
getInstance
public static OpBindingMethods getInstance()
Created 2011-07-14 13:27 EST