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

Packages that use Doc
com.sun.jersey.server.wadl.generators Provides support for JAXB WADL generation. 
com.sun.jersey.wadl.model   
com.sun.research.ws.wadl   
 

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

Fields in com.sun.jersey.server.wadl.generators with type parameters of type Doc
protected  List<Doc> ApplicationDocs.docs
           
 

Methods in com.sun.jersey.server.wadl.generators that return types with arguments of type Doc
 List<Doc> ApplicationDocs.getDocs()
           
 

Uses of Doc in com.sun.jersey.wadl.model
 

Fields in com.sun.jersey.wadl.model with type parameters of type Doc
protected  List<Doc> ApplicationDocs.docs
           
 

Methods in com.sun.jersey.wadl.model that return types with arguments of type Doc
 List<Doc> ApplicationDocs.getDocs()
           
 

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

Fields in com.sun.research.ws.wadl with type parameters of type Doc
protected  List<Doc> Application.doc
           
protected  List<Doc> Resources.doc
           
protected  List<Doc> Resource.doc
           
protected  List<Doc> Method.doc
           
protected  List<Doc> Request.doc
           
protected  List<Doc> RepresentationType.doc
           
protected  List<Doc> Response.doc
           
protected  List<Doc> Param.doc
           
protected  List<Doc> Grammars.doc
           
protected  List<Doc> Option.doc
           
protected  List<Doc> Link.doc
           
protected  List<Doc> Include.doc
           
protected  List<Doc> ResourceType.doc
           
 

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

Methods in com.sun.research.ws.wadl that return types with arguments of type Doc
 List<Doc> Application.getDoc()
          Gets the value of the doc property.
 List<Doc> Resources.getDoc()
          Gets the value of the doc property.
 List<Doc> Resource.getDoc()
          Gets the value of the doc property.
 List<Doc> Method.getDoc()
          Gets the value of the doc property.
 List<Doc> Request.getDoc()
          Gets the value of the doc property.
 List<Doc> RepresentationType.getDoc()
          Gets the value of the doc property.
 List<Doc> Response.getDoc()
          Gets the value of the doc property.
 List<Doc> Param.getDoc()
          Gets the value of the doc property.
 List<Doc> Grammars.getDoc()
          Gets the value of the doc property.
 List<Doc> Option.getDoc()
          Gets the value of the doc property.
 List<Doc> Link.getDoc()
          Gets the value of the doc property.
 List<Doc> Include.getDoc()
          Gets the value of the doc property.
 List<Doc> ResourceType.getDoc()
          Gets the value of the doc property.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.