org.apache.commons.betwixt.strategy
Class DefaultActionMappingStrategy
java.lang.Object
org.apache.commons.betwixt.strategy.ActionMappingStrategy
org.apache.commons.betwixt.strategy.DefaultActionMappingStrategy
public class DefaultActionMappingStrategy
- extends ActionMappingStrategy
- Version:
- $Revision: 561314 $
- Author:
- Apache Commons Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultActionMappingStrategy
public DefaultActionMappingStrategy()
getMappingAction
public MappingAction getMappingAction(String namespace,
String name,
Attributes attributes,
ReadContext context)
throws Exception
- Gets the mapping action to map the given element.
- Specified by:
getMappingAction in class ActionMappingStrategy
- Parameters:
namespace - not nullname - not nullattributes - Attributes, not nullcontext - ReadContext, not null
- Returns:
MappingAction, not null
- Throws:
Exception
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.