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

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

public abstract static class ReflectionTools.AbstractSignaturParser
extends java.lang.Object


Constructor Summary
ReflectionTools.AbstractSignaturParser()
           
 
Method Summary
protected abstract  ThinBridgeObjectCache getCache()
           
protected  void parseArguments(ReflectionTools.CallParameters callParams, org.w3c.dom.Element rootNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionTools.AbstractSignaturParser

public ReflectionTools.AbstractSignaturParser()
Method Detail

getCache

protected abstract ThinBridgeObjectCache getCache()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

parseArguments

protected void parseArguments(ReflectionTools.CallParameters callParams,
                              org.w3c.dom.Element rootNode)
                       throws java.lang.Exception
Throws:
java.lang.Exception