Uses of Class
org.jvnet.ws.wadl.ast.ResourceNode

Packages that use ResourceNode
org.jvnet.ws.wadl.ast Classes to insulate code generator from JAXB generated classes. 
org.jvnet.ws.wadl2java Implements a WADL to Java tool that generates client-side stubs for the resources and methods declared in a WADL file. 
org.jvnet.ws.wadl2java.common   
org.jvnet.ws.wadl2java.jaxrs   
org.jvnet.ws.wadl2java.jersey   
 

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

Methods in org.jvnet.ws.wadl.ast that return ResourceNode
 ResourceNode ResourceNode.addChild(Resource r, URI file, ElementResolver idMap)
          Create a new resource and add it as a child.
 ResourceNode ResourceTypeNode.addChild(Resource r, URI file, ElementResolver idMap)
          Create a new resource and add it as a child.
 ResourceNode MethodNode.getOwningResource()
           
 ResourceNode ResourceNode.getParentResource()
          Get the parent resource.
 

Methods in org.jvnet.ws.wadl.ast that return types with arguments of type ResourceNode
 List<ResourceNode> ResourceNode.getChildResources()
          Get the child resources.
 List<ResourceNode> ResourceTypeNode.getResources()
          Get the resources for this resource type.
 List<ResourceNode> ApplicationNode.getResources()
           
 

Methods in org.jvnet.ws.wadl.ast with parameters of type ResourceNode
protected  void WadlAstBuilder.addMethodToResource(ResourceNode resource, Method method, URI file)
          Add a method to a resource.
protected  void WadlAstBuilder.addTypeToResource(ResourceNode resourceNode, Resource resource, String href, URI file)
          Add a type to a resource.
protected  void WadlAstBuilder.buildResourceTree(ResourceNode parent, Resource resource, URI file)
          Add a resource and (recursively) its children to a tree starting at the parent.
 

Constructors in org.jvnet.ws.wadl.ast with parameters of type ResourceNode
MethodNode(Method m, ResourceNode r)
          Creates a new instance of MethodNode and attach it to a resource
ResourceNode(Resource resource, ResourceNode parent, URI file, ElementResolver idMap)
          Create a new instance of ResourceNode and attach it as a child of an existing resource.
 

Constructor parameters in org.jvnet.ws.wadl.ast with type arguments of type ResourceNode
ApplicationNode(Application application, List<ResourceNode> resources)
           
 

Uses of ResourceNode in org.jvnet.ws.wadl2java
 

Methods in org.jvnet.ws.wadl2java with parameters of type ResourceNode
 void JavaDocUtil.generateAccessorDoc(ResourceNode r, com.sun.codemodel.JMethod c)
          Extract documentation from a WADL resource and add it to a corresponding accessor method.
 void JavaDocUtil.generateClassDoc(ResourceNode r, com.sun.codemodel.JDefinedClass c)
          Extract documentation from a WADL resource and add it to a corresponding generated class.
protected  void Wadl2Java.generateEndpointClass(URI rootResource, ResourceNode root)
          Create a class that acts as a container for a hierarchy of static inner classes, one for each resource described by the WADL file.
protected  void Wadl2Java.generateSubClass(com.sun.codemodel.JDefinedClass parent, com.sun.codemodel.JVar $global_base_uri, ResourceNode resource)
          Creates an inner static class that represents a resource and its methods.
 

Uses of ResourceNode in org.jvnet.ws.wadl2java.common
 

Constructors in org.jvnet.ws.wadl2java.common with parameters of type ResourceNode
BaseResourceClassGenerator(MessageListener messageListener, ElementToClassResolver resolver, com.sun.codemodel.JCodeModel codeModel, com.sun.codemodel.JPackage pkg, String generatedPackages, JavaDocUtil javaDoc, ResourceNode resource)
          Creates a new instance of BaseResourceClassGenerator.
 

Uses of ResourceNode in org.jvnet.ws.wadl2java.jaxrs
 

Constructors in org.jvnet.ws.wadl2java.jaxrs with parameters of type ResourceNode
JAXRS20ResourceClassGenerator(MessageListener messageListener, ElementToClassResolver resolver, com.sun.codemodel.JCodeModel codeModel, com.sun.codemodel.JPackage pkg, String generatedPackages, JavaDocUtil javaDoc, ResourceNode resource)
          Creates a new instance of BaseResourceClassGenerator.
 

Uses of ResourceNode in org.jvnet.ws.wadl2java.jersey
 

Constructors in org.jvnet.ws.wadl2java.jersey with parameters of type ResourceNode
Jersey1xResourceClassGenerator(MessageListener messageListener, ElementToClassResolver resolver, com.sun.codemodel.JCodeModel codeModel, com.sun.codemodel.JPackage pkg, String generatedPackages, JavaDocUtil javaDoc, ResourceNode resource)
          Creates a new instance of BaseResourceClassGenerator.
 



Copyright © 2012. All Rights Reserved.