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

Packages that use AbstractNode
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. 
 

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

Subclasses of AbstractNode in org.jvnet.ws.wadl.ast
 class ApplicationNode
          Provides an abstraction of the Application class that contains a normalised tree of off the elements required to define this WADL with the references correctly substituted.
 class FaultNode
          Represents a WADL fault.
 class MethodNode
          Represents a WADL method
 class RepresentationNode
          Represents a WADL representation.
 class ResourceNode
          Represents a WADL resource.
 class ResourceTypeNode
          Represents a WADL resource_type.
 

Methods in org.jvnet.ws.wadl.ast with parameters of type AbstractNode
 void AbstractNode.NodeVisitor.visit(AbstractNode node)
           
 

Uses of AbstractNode in org.jvnet.ws.wadl2java
 

Methods in org.jvnet.ws.wadl2java with parameters of type AbstractNode
 URI Resolver.resolveURI(AbstractNode context, String path)
           
 



Copyright © 2014. All Rights Reserved.