Uses of Class
com.sun.research.ws.wadl.Method

Packages that use Method
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. 
com.sun.research.ws.wadl   
 

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

Methods in com.sun.jersey.server.wadl that return Method
 Method WadlGenerator.createMethod(AbstractResource r, AbstractResourceMethod m)
           
 Method WadlGeneratorImpl.createMethod(AbstractResource r, AbstractResourceMethod m)
           
 

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

Methods in com.sun.jersey.server.wadl.generators that return Method
 Method WadlGeneratorGrammarsSupport.createMethod(AbstractResource ar, AbstractResourceMethod arm)
           
 Method WadlGeneratorApplicationDoc.createMethod(AbstractResource r, AbstractResourceMethod m)
           
 

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

Methods in com.sun.jersey.server.wadl.generators.resourcedoc that return Method
 Method WadlGeneratorResourceDocSupport.createMethod(AbstractResource r, AbstractResourceMethod m)
           
 

Uses of Method in com.sun.research.ws.wadl
 

Fields in com.sun.research.ws.wadl with type parameters of type Method
protected  List<Method> ResourceType.method
           
 

Methods in com.sun.research.ws.wadl that return Method
 Method ObjectFactory.createMethod()
          Create an instance of Method
 

Methods in com.sun.research.ws.wadl that return types with arguments of type Method
 List<Method> ResourceType.getMethod()
          Gets the value of the method property.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.