net.sf.ehcache.config

Class BeanHandler

final class BeanHandler extends DefaultHandler

A SAX handler that configures a bean.

Version: $Id: BeanHandler.java 191 2006-09-03 22:41:48Z gregluck $

Author: Adam Murdoch Greg Luck

Constructor Summary
BeanHandler(Object bean)
Constructor.
Method Summary
voidendElement(String uri, String localName, String qName)
Receive notification of the end of an element.
voidsetDocumentLocator(Locator locator)
Receive a Locator object for document events.
voidstartElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.

Constructor Detail

BeanHandler

public BeanHandler(Object bean)
Constructor.

Method Detail

endElement

public final void endElement(String uri, String localName, String qName)
Receive notification of the end of an element.

setDocumentLocator

public final void setDocumentLocator(Locator locator)
Receive a Locator object for document events.

startElement

public final void startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.