org.apache.yoko.rmi.util.stub
Class MethodRef
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodRef
public MethodRef()
MethodRef
public MethodRef(Method method)
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.