Uses of Class
com.ca.commons.opbindings.xmlbind.Opbindings

Packages that use Opbindings
com.ca.commons.opbindings Utilities for the opbindindings XSD. 
com.ca.commons.opbindings.xmlbind   
com.ca.jcs.jdbc   
com.ca.jcs.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
com.ca.jcs.processor Contains components implementing processing of LDAP operations like add() / modify() search etc, where three styles are supported: attribute-style, method-style and script-style. 
com.ca.jcs.processor.script This package contains support for the execution of scripting logic, either to implement a full connector or to customize the behaviour of an existing connector using OpBindings
 

Uses of Opbindings in com.ca.commons.opbindings
 

Methods in com.ca.commons.opbindings that return Opbindings
static Opbindings[] OpBindingsHelper.splitObBindings(Opbindings opBindings)
          Splits opBindings into separate method-style and script-style entry copies, the original opBindings object is left pointing to the same objects as the split copies so that relative ordering of method/script bindings can be respected.
static Opbindings OpBindingsHelper.unmarshal(String metadata)
           
 

Methods in com.ca.commons.opbindings with parameters of type Opbindings
static void OpBindingsHelper.marshal(Opbindings opbindings, OutputStream out, boolean pretty)
          Handles outputting script related elements as CDATA sections.
static Opbindings[] OpBindingsHelper.splitObBindings(Opbindings opBindings)
          Splits opBindings into separate method-style and script-style entry copies, the original opBindings object is left pointing to the same objects as the split copies so that relative ordering of method/script bindings can be respected.
 

Uses of Opbindings in com.ca.commons.opbindings.xmlbind
 

Methods in com.ca.commons.opbindings.xmlbind that return Opbindings
 Opbindings ObjectFactory.createOpbindings()
          Create an instance of Opbindings
 

Uses of Opbindings in com.ca.jcs.jdbc
 

Methods in com.ca.jcs.jdbc that return Opbindings
 Opbindings JDBCScriptStyleOpProcessor.getMetaData()
           
 Opbindings JDBCMethodStyleOpProcessor.getMetaData()
           
 Opbindings JDBCScriptStyleOpProcessor.getOpBindings()
           
 

Methods in com.ca.jcs.jdbc with parameters of type Opbindings
 void JDBCScriptStyleOpProcessor.setMetaData(Opbindings opbindings)
           
 void JDBCMethodStyleOpProcessor.setMetaData(Opbindings opBindings)
           
 void JDBCScriptStyleOpProcessor.setOpBindings(Opbindings opBindings)
           
 

Uses of Opbindings in com.ca.jcs.meta
 

Methods in com.ca.jcs.meta that return Opbindings
 Opbindings MetaConnectorFactory.convertOpBindingMetadata(String connTypeName, String metadata)
          Convert XML opbindings containing at least one of method-style and script-style bindings for operations.
 Opbindings MetaConnectorType.getMethodStyleMetaData()
          Return Java object representation of contained OpBindings metadata, used by method and script style processors.
 Opbindings MetaConnectorType.getOpBindingsMetaData()
          Returns single list containing combined method and script metadata opbindings in their original order of declaration - note that MetaConnectorType.getMethodStyleMetaData() and MetaConnectorType.getScriptStyleMetaData() return sub-lists filtered by format if desired.
 Opbindings MetaConnectorType.getScriptStyleMetaData()
           
 

Methods in com.ca.jcs.meta with parameters of type Opbindings
 void MetaConnectorType.setOpBindingsMetaData(Opbindings opBindingsMetaData)
           
 

Uses of Opbindings in com.ca.jcs.processor
 

Methods in com.ca.jcs.processor that return Opbindings
 Opbindings MethodStyleOpProcessor.getMetaData()
           
 

Methods in com.ca.jcs.processor with parameters of type Opbindings
 void MethodStyleOpProcessor.setMetaData(Opbindings opbindings)
          Called when metadata used to configure this connector is changed.
 

Constructors in com.ca.jcs.processor with parameters of type Opbindings
MethodStyleOpProxyHandler(MetaConnector metaConnector, Opbindings metaData, MethodStyleOpProcessor methodStyleOpProcessor, Logger log)
           
 

Uses of Opbindings in com.ca.jcs.processor.script
 

Methods in com.ca.jcs.processor.script that return Opbindings
 Opbindings ScriptStyleOpProcessor.getMetaData()
           
 

Methods in com.ca.jcs.processor.script with parameters of type Opbindings
 void ScriptStyleOpProcessor.setMetaData(Opbindings opbindings)
          Called when metadata used to configure this connector is changed.
 

Constructors in com.ca.jcs.processor.script with parameters of type Opbindings
ScriptStyleOpProxyHandler(MetaConnector metaConnector, Opbindings metaData, ScriptStyleOpProcessor scriptStyleOpProcessor, Logger log)
          Creates a proxy handler for executing scripts around operations targeting metaConnector.
 



Created 2011-07-14 13:27 EST