UIX 2.2.15

oracle.cabo.data.jbo.xml.parse
Class BindingParserFactory

java.lang.Object
  |
  +--oracle.cabo.share.xml.beans.BeanParserFactory
        |
        +--oracle.cabo.data.jbo.xml.parse.BindingParserFactory
All Implemented Interfaces:
ParserFactory

public class BindingParserFactory
extends BeanParserFactory

The ParserFactory for BC4J Bindings.


Method Summary
static BindingParserFactory sharedInstance()
Returns the shared KeyBindingParserFactory instance.

Methods inherited from class oracle.cabo.share.xml.beans.BeanParserFactory
createBeanParser, getBeanDef, getParser, registerSelf

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

sharedInstance

public static BindingParserFactory sharedInstance()
Returns the shared KeyBindingParserFactory instance.

UIX 2.2.15