com.sun.ws.rest.api.model
Class AbstractSubResourceMethod

java.lang.Object
  extended by com.sun.ws.rest.api.model.AbstractResourceMethod
      extended by com.sun.ws.rest.api.model.AbstractSubResourceMethod
All Implemented Interfaces:
AbstractModelComponent, Parameterized, UriPathAnnotated

public class AbstractSubResourceMethod
extends AbstractResourceMethod
implements UriPathAnnotated


Constructor Summary
AbstractSubResourceMethod(AbstractResource resource, java.lang.reflect.Method method, UriPathValue uriPath, java.lang.String httpMethod)
           
 
Method Summary
 void accept(AbstractModelVisitor visitor)
           
 UriPathValue getUriPath()
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.ws.rest.api.model.AbstractResourceMethod
getComponents, getDeclaringResource, getHttpMethod, getMethod, getParameters, getSupportedInputTypes, getSupportedOutputTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractSubResourceMethod

public AbstractSubResourceMethod(AbstractResource resource,
                                 java.lang.reflect.Method method,
                                 UriPathValue uriPath,
                                 java.lang.String httpMethod)
Method Detail

getUriPath

public UriPathValue getUriPath()
Specified by:
getUriPath in interface UriPathAnnotated

accept

public void accept(AbstractModelVisitor visitor)
Specified by:
accept in interface AbstractModelComponent
Overrides:
accept in class AbstractResourceMethod

toString

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