Uses of Class
com.sun.research.ws.wadl.Doc
-
Packages that use Doc Package Description com.sun.research.ws.wadl -
-
Uses of Doc in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type Doc Modifier and Type Field Description protected List<Doc>Application. docprotected List<Doc>Grammars. docprotected List<Doc>Include. docprotected List<Doc>Link. docprotected List<Doc>Method. docprotected List<Doc>Option. docprotected List<Doc>Param. docprotected List<Doc>Representation. docprotected List<Doc>Request. docprotected List<Doc>Resource. docprotected List<Doc>Resources. docprotected List<Doc>ResourceType. docprotected List<Doc>Response. docMethods in com.sun.research.ws.wadl that return Doc Modifier and Type Method Description DocObjectFactory. createDoc()Create an instance ofDocMethods in com.sun.research.ws.wadl that return types with arguments of type Doc Modifier and Type Method Description List<Doc>Application. getDoc()Gets the value of the doc property.List<Doc>Grammars. getDoc()Gets the value of the doc property.List<Doc>Include. getDoc()Gets the value of the doc property.List<Doc>Link. getDoc()Gets the value of the doc property.List<Doc>Method. getDoc()Gets the value of the doc property.List<Doc>Option. getDoc()Gets the value of the doc property.List<Doc>Param. getDoc()Gets the value of the doc property.List<Doc>Representation. getDoc()Gets the value of the doc property.List<Doc>Request. getDoc()Gets the value of the doc property.List<Doc>Resource. getDoc()Gets the value of the doc property.List<Doc>Resources. getDoc()Gets the value of the doc property.List<Doc>ResourceType. getDoc()Gets the value of the doc property.List<Doc>Response. getDoc()Gets the value of the doc property.
-