com.sun.jersey.server.impl.model.method
Class ResourceHeadWrapperMethod

java.lang.Object
  extended by com.sun.jersey.server.impl.model.method.ResourceMethod
      extended by com.sun.jersey.server.impl.model.method.ResourceHeadWrapperMethod

public final class ResourceHeadWrapperMethod
extends ResourceMethod

Author:
Paul.Sandoz@Sun.Com

Field Summary
 
Fields inherited from class com.sun.jersey.server.impl.model.method.ResourceMethod
COMPARATOR
 
Constructor Summary
ResourceHeadWrapperMethod(ResourceMethod m)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.sun.jersey.server.impl.model.method.ResourceMethod
consumes, consumesWild, getAbstractResourceMethod, getConsumes, getDispatcher, getHttpMethod, getProduces, getRequestFilters, getResponseFilters, getTemplate, isProducesDeclared, mediaEquals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceHeadWrapperMethod

public ResourceHeadWrapperMethod(ResourceMethod m)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.