UIX 2.2.15

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

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

public class EventHandlerParserFactory
extends BeanParserFactory

The ParserFactory for BC4J event handlers.


Method Summary
void registerSelf(ParserManager manager)
Registers this factory on a ParserManager.
static EventHandlerParserFactory sharedInstance()
Returns the shared EventHandlerParserFactory instance.

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

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

Method Detail

sharedInstance

public static EventHandlerParserFactory sharedInstance()
Returns the shared EventHandlerParserFactory instance.

registerSelf

public void registerSelf(ParserManager manager)
Registers this factory on a ParserManager.
Overrides:
registerSelf in class BeanParserFactory

UIX 2.2.15