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(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.sun.jersey.server.impl.model.method.ResourceMethod
consumes, consumesWild, 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(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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