net.sf.swan.xml.input.reflect
Class MethodMapper

java.lang.Object
  |
  +--net.sf.swan.xml.input.reflect.MethodMapper

public class MethodMapper
extends java.lang.Object


Constructor Summary
MethodMapper(java.lang.Class methodsClass)
           
MethodMapper(java.lang.Object component)
           
 
Method Summary
 ContextListener element(java.lang.String methodName)
           
 ContextListener processingInstruction(java.lang.String methodName)
           
 ContextListener text(java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMapper

public MethodMapper(java.lang.Class methodsClass)

MethodMapper

public MethodMapper(java.lang.Object component)
Method Detail

element

public ContextListener element(java.lang.String methodName)
                        throws java.lang.NoSuchMethodException

text

public ContextListener text(java.lang.String methodName)
                     throws java.lang.NoSuchMethodException

processingInstruction

public ContextListener processingInstruction(java.lang.String methodName)
                                      throws java.lang.NoSuchMethodException