com.mindoo.remote.api.tools.reflection
Class ReflectionTools.ConstructorSignaturParser

java.lang.Object
  extended by com.mindoo.remote.api.tools.reflection.ReflectionTools.AbstractSignaturParser
      extended by com.mindoo.remote.api.tools.reflection.ReflectionTools.MethodSignaturParser
          extended by com.mindoo.remote.api.tools.reflection.ReflectionTools.ConstructorSignaturParser
Enclosing class:
ReflectionTools

public abstract static class ReflectionTools.ConstructorSignaturParser
extends ReflectionTools.MethodSignaturParser


Constructor Summary
ReflectionTools.ConstructorSignaturParser()
           
 
Method Summary
protected  void checkRoot(org.w3c.dom.Element rootNode)
           
 
Methods inherited from class com.mindoo.remote.api.tools.reflection.ReflectionTools.MethodSignaturParser
parse, parse
 
Methods inherited from class com.mindoo.remote.api.tools.reflection.ReflectionTools.AbstractSignaturParser
getCache, parseArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionTools.ConstructorSignaturParser

public ReflectionTools.ConstructorSignaturParser()
Method Detail

checkRoot

protected void checkRoot(org.w3c.dom.Element rootNode)
                  throws java.lang.IllegalArgumentException
Overrides:
checkRoot in class ReflectionTools.MethodSignaturParser
Throws:
java.lang.IllegalArgumentException