org.apache.commons.messagelet.model
Class SubscriptionDigester

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.apache.commons.digester.Digester
          extended byorg.apache.commons.messagelet.model.SubscriptionDigester
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class SubscriptionDigester
extends org.apache.commons.digester.Digester

MessengerDigester is a digester of Messenger objects so that JMS Messengers can be created from an XML config file.

Version:
$Revision: 1.3 $
Author:
James Strachan

Field Summary
private  java.lang.String bridgeClass
           
private  java.lang.String consumerThreadClass
           
private  java.lang.String distributeBridgeClass
           
private  java.lang.String listenerClass
           
private  java.lang.String stopWatchClass
           
private  java.lang.String subscriptionClass
           
private  java.lang.String subscriptionsClass
           
 
Fields inherited from class org.apache.commons.digester.Digester
bodyText, bodyTexts, classLoader, configured, entityResolver, entityValidator, errorHandler, factory, JAXP_SCHEMA_LANGUAGE, locator, log, match, namespaceAware, namespaces, params, parser, publicId, reader, root, rules, saxLog, schemaLanguage, schemaLocation, stack, useContextClassLoader, validating, W3C_XML_SCHEMA
 
Constructor Summary
SubscriptionDigester()
           
 
Method Summary
protected  void configure()
          Configure the parsing rules that will be used to process the cache config file
 
Methods inherited from class org.apache.commons.digester.Digester
addBeanPropertySetter, addBeanPropertySetter, addCallMethod, addCallMethod, addCallMethod, addCallMethod, addCallParam, addCallParam, addCallParam, addCallParam, addFactoryCreate, addFactoryCreate, addFactoryCreate, addFactoryCreate, addFactoryCreate, addFactoryCreate, addFactoryCreate, addFactoryCreate, addFactoryCreate, addFactoryCreate, addObjectCreate, addObjectCreate, addObjectCreate, addObjectCreate, addRule, addRuleSet, addSetNext, addSetNext, addSetProperties, addSetProperties, addSetProperties, addSetProperty, addSetRoot, addSetRoot, addSetTop, addSetTop, characters, clear, createSAXException, createSAXException, createSAXException, endDocument, endElement, endPrefixMapping, error, fatalError, findNamespaceURI, getClassLoader, getCount, getCurrentElementName, getDebug, getDocumentLocator, getEntityResolver, getErrorHandler, getFactory, getFeature, getLogger, getMatch, getNamespaceAware, getParser, getProperty, getPublicId, getReader, getRoot, getRuleNamespaceURI, getRules, getSchema, getSchemaLanguage, getUseContextClassLoader, getValidating, getXMLReader, ignorableWhitespace, log, log, notationDecl, parse, parse, parse, parse, parse, peek, peek, pop, processingInstruction, push, register, resolveEntity, setClassLoader, setDebug, setDocumentLocator, setEntityResolver, setErrorHandler, setFeature, setLogger, setNamespaceAware, setProperty, setPublicId, setRuleNamespaceURI, setRules, setSchema, setSchemaLanguage, setUseContextClassLoader, setValidating, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subscriptionsClass

private java.lang.String subscriptionsClass

subscriptionClass

private java.lang.String subscriptionClass

listenerClass

private java.lang.String listenerClass

bridgeClass

private java.lang.String bridgeClass

distributeBridgeClass

private java.lang.String distributeBridgeClass

stopWatchClass

private java.lang.String stopWatchClass

consumerThreadClass

private java.lang.String consumerThreadClass
Constructor Detail

SubscriptionDigester

public SubscriptionDigester()
Method Detail

configure

protected void configure()
Configure the parsing rules that will be used to process the cache config file