org.apache.commons.betwixt.strategy
Class DefaultActionMappingStrategy

java.lang.Object
  extended by org.apache.commons.betwixt.strategy.ActionMappingStrategy
      extended by org.apache.commons.betwixt.strategy.DefaultActionMappingStrategy

public class DefaultActionMappingStrategy
extends ActionMappingStrategy

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Field Summary
 
Fields inherited from class org.apache.commons.betwixt.strategy.ActionMappingStrategy
DEFAULT
 
Constructor Summary
DefaultActionMappingStrategy()
           
 
Method Summary
 MappingAction getMappingAction(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes, ReadContext context)
          Gets the mapping action to map the given element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionMappingStrategy

public DefaultActionMappingStrategy()
Method Detail

getMappingAction

public MappingAction getMappingAction(java.lang.String namespace,
                                      java.lang.String name,
                                      org.xml.sax.Attributes attributes,
                                      ReadContext context)
                               throws java.lang.Exception
Gets the mapping action to map the given element.

Specified by:
getMappingAction in class ActionMappingStrategy
Parameters:
namespace - not null
name - not null
attributes - Attributes, not null
context - ReadContext, not null
Returns:
MappingAction, not null
Throws:
java.lang.Exception


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.