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. 
 

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)
           
 



Copyright © 2012. All Rights Reserved.