org.apache.yoko.rmi.util.stub
Class MethodRef

java.lang.Object
  extended by org.apache.yoko.rmi.util.stub.MethodRef

public class MethodRef
extends Object

Describes the interface of a method to be generated by the stub utility


Constructor Summary
MethodRef()
           
MethodRef(Method method)
           
 
Method Summary
 Class getDeclaringClass()
           
 Class[] getExceptionTypes()
           
 Method getMethod()
           
 int getModifiers()
           
 String getName()
           
 Class[] getParameterTypes()
           
 Class getReturnType()
           
 String getSignature()
           
 void setDeclaringClass(Class declaringClass)
           
 void setExceptionTypes(Class[] exceptionTypes)
           
 void setModifiers(int modifiers)
           
 void setName(String name)
           
 void setParameterTypes(Class[] parameterTypes)
           
 void setReturnType(Class returnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRef

public MethodRef()

MethodRef

public MethodRef(Method method)
Method Detail

getMethod

public Method getMethod()

setName

public void setName(String name)

getName

public String getName()

setDeclaringClass

public void setDeclaringClass(Class declaringClass)

getDeclaringClass

public Class getDeclaringClass()

setParameterTypes

public void setParameterTypes(Class[] parameterTypes)

getParameterTypes

public Class[] getParameterTypes()

setReturnType

public void setReturnType(Class returnType)

getReturnType

public Class getReturnType()

setExceptionTypes

public void setExceptionTypes(Class[] exceptionTypes)

getExceptionTypes

public Class[] getExceptionTypes()

setModifiers

public void setModifiers(int modifiers)

getModifiers

public int getModifiers()

getSignature

public String getSignature()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.