org.jbeanmapper.configurator
Class DefaultBeanMappingsRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.jbeanmapper.configurator.DefaultBeanMappingsRule

public class DefaultBeanMappingsRule
extends org.apache.commons.digester.Rule

Author:
Ryan Heaton <stoicflame[at]users.sourceforge.net>

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
DefaultBeanMappingsRule()
           
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBeanMappingsRule

public DefaultBeanMappingsRule()
Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String name,
                  org.xml.sax.Attributes attributes)
           throws java.lang.Exception
Throws:
java.lang.Exception