com.ca.jcs.opbindings
Class OpBindingMethods

java.lang.Object
  extended by com.ca.jcs.opbindings.OpBindingMethods

public class OpBindingMethods
extends Object

Wrapper class allowing easy access to OpBindingMethodInfo configuration.


Field Summary
static 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.
 
Constructor Summary
OpBindingMethods()
          Only for internal (Spring XML) use, otherwise use getInstance().
 
Method Summary
 List<OpBindingMethodInfo> getInfos()
           
static OpBindingMethods getInstance()
           
 Map<String,OpBindingMethodInfo> getMethodNameToInfoMap()
           
 Set<String> getQueryMethods()
           
 void setInfos(List<OpBindingMethodInfo> infos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OpBindingMethods

public OpBindingMethods()
Only for internal (Spring XML) use, otherwise use getInstance().

Method Detail

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