Uses of Class
com.sun.jersey.api.model.AbstractMethod

Packages that use AbstractMethod
com.sun.jersey.api.model Provides an abstract model of a resource class. 
com.sun.jersey.server.wadl Provides support for WADL configuration and generation. 
com.sun.jersey.server.wadl.generators Provides support for JAXB WADL generation. 
com.sun.jersey.server.wadl.generators.resourcedoc Provides support for JAXB WADL generation for resource classes. 
 

Uses of AbstractMethod in com.sun.jersey.api.model
 

Subclasses of AbstractMethod in com.sun.jersey.api.model
 class AbstractResourceMethod
          Abstraction for a resource method
 class AbstractSetterMethod
           
 class AbstractSubResourceLocator
          Abstraction for a sub resource locator
 class AbstractSubResourceMethod
           
 

Uses of AbstractMethod in com.sun.jersey.server.wadl
 

Methods in com.sun.jersey.server.wadl with parameters of type AbstractMethod
 com.sun.research.ws.wadl.Param WadlGeneratorImpl.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 com.sun.research.ws.wadl.Param WadlGenerator.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 

Uses of AbstractMethod in com.sun.jersey.server.wadl.generators
 

Methods in com.sun.jersey.server.wadl.generators with parameters of type AbstractMethod
 com.sun.research.ws.wadl.Param WadlGeneratorGrammarsSupport.createParam(AbstractResource arg0, AbstractMethod arg1, Parameter arg2)
           
 com.sun.research.ws.wadl.Param WadlGeneratorApplicationDoc.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 

Uses of AbstractMethod in com.sun.jersey.server.wadl.generators.resourcedoc
 

Methods in com.sun.jersey.server.wadl.generators.resourcedoc with parameters of type AbstractMethod
 com.sun.research.ws.wadl.Param WadlGeneratorResourceDocSupport.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 



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