public class

DefaultActionMappingStrategy

extends ActionMappingStrategy
java.lang.Object
   ↳ org.apache.commons.betwixt.strategy.ActionMappingStrategy
     ↳ org.apache.commons.betwixt.strategy.DefaultActionMappingStrategy

Summary

[Expand]
Inherited Fields
From class org.apache.commons.betwixt.strategy.ActionMappingStrategy
Public Constructors
DefaultActionMappingStrategy()
Public Methods
MappingAction getMappingAction(String namespace, String name, Attributes attributes, ReadContext context)
Gets the mapping action to map the given element.
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.strategy.ActionMappingStrategy
From class java.lang.Object

Public Constructors

public DefaultActionMappingStrategy ()

Public Methods

public MappingAction getMappingAction (String namespace, String name, Attributes attributes, ReadContext context)

Gets the mapping action to map the given element.

Parameters
namespace not null
name not null
attributes Attributes, not null
context ReadContext, not null
Returns
  • MappingAction, not null
Throws
Exception