to.etc.domui.ajax
Class RpcClassDefinition

java.lang.Object
  extended by to.etc.domui.ajax.RpcClassDefinition

public class RpcClassDefinition
extends java.lang.Object


Constructor Summary
RpcClassDefinition(java.lang.Class<?> cl)
           
 
Method Summary
 java.lang.Class<?> getHandlerClass()
           
 RpcMethodDefinition getMethod(java.lang.String name)
           
 ResponseFormat getResponseFormat()
           
 java.lang.String[] getRoles()
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcClassDefinition

public RpcClassDefinition(java.lang.Class<?> cl)
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

getRoles

public java.lang.String[] getRoles()

getHandlerClass

public java.lang.Class<?> getHandlerClass()

getMethod

public RpcMethodDefinition getMethod(java.lang.String name)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getResponseFormat

public final ResponseFormat getResponseFormat()