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

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

public final class ResourceHttpOptionsMethod
extends ResourceMethod

Author:
Paul.Sandoz@Sun.Com

Nested Class Summary
static class ResourceHttpOptionsMethod.OptionsRequestDispatcher
           
 
Field Summary
 
Fields inherited from class com.sun.jersey.server.impl.model.method.ResourceMethod
COMPARATOR
 
Constructor Summary
ResourceHttpOptionsMethod(Map<String,List<ResourceMethod>> methods)
           
 
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

ResourceHttpOptionsMethod

public ResourceHttpOptionsMethod(Map<String,List<ResourceMethod>> methods)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.