Uses of Class
org.jvnet.ws.wadl.Application

Packages that use Application
org.jvnet.ws.wadl   
org.jvnet.ws.wadl.ast Classes to insulate code generator from JAXB generated classes. 
 

Uses of Application in org.jvnet.ws.wadl
 

Methods in org.jvnet.ws.wadl that return Application
 Application ObjectFactory.createApplication()
          Create an instance of Application
 

Uses of Application in org.jvnet.ws.wadl.ast
 

Methods in org.jvnet.ws.wadl.ast that return Application
protected  Application WadlAstBuilder.processDescription(URI desc)
          Unmarshall a WADL file, process any schemas referenced in the WADL file, add any items with an ID to a global ID map, and follow any references to additional WADL files.
protected  Application WadlAstBuilder.processDescription(URI desc, InputStream is)
          Unmarshall a WADL file, process any schemas referenced in the WADL file, add any items with an ID to a global ID map, and follow any references to additional WADL files.
 

Methods in org.jvnet.ws.wadl.ast with parameters of type Application
protected  ApplicationNode WadlAstBuilder.buildAst(Application a, URI rootFile)
          Build an abstract tree from an unmarshalled WADL file.
protected  void WadlAstBuilder.buildIDMap(Application a, URI desc)
          Build a map of all method, param, representation, fault and resource_type elements that have an ID.
protected  void WadlAstBuilder.buildResourceType(String ifaceId, Application a)
          Build an abstract resource type based on the methods of a resource type in a WADL file.
protected  void WadlAstBuilder.buildResourceTypeTree(String ifaceId, Application a)
          Build an abstract resource type tree based on the child resources of a resource type in a WADL file.
 

Constructors in org.jvnet.ws.wadl.ast with parameters of type Application
ApplicationNode(Application application, List<ResourceNode> resources)
           
ResourceNode(URI baseURI, Application app, Resources resources)
          Creates a new instance of ResourceNode.
 



Copyright © 2014. All Rights Reserved.