com.sun.jersey.api.model
Class AbstractMethod

java.lang.Object
  extended by com.sun.jersey.api.model.AbstractMethod
Direct Known Subclasses:
AbstractResourceMethod, AbstractSetterMethod, AbstractSubResourceLocator

public abstract class AbstractMethod
extends java.lang.Object

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
AbstractMethod(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMethod

public AbstractMethod(java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.