Uses of Package
org.jvnet.ws.wadl.ast

Packages that use org.jvnet.ws.wadl.ast
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   
 

Classes in org.jvnet.ws.wadl.ast used by org.jvnet.ws.wadl.ast
AbstractNode
          Provide common function for all node types
AbstractNode.NodeVisitor
           
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.
ElementResolver
          Maintains a map of file+ref to element.
FaultNode
          Represents a WADL fault.
InvalidWADLException
          Thrown the the WADL is invalid and cannot be processed.
MethodNode
          Represents a WADL method
PathSegment
          Represents a segment of a URI with zero or more embedded parameters as found in the path attribute of a WADL resource element.
RepresentationNode
          Represents a WADL representation.
ResourceNode
          Represents a WADL resource.
ResourceTypeNode
          Represents a WADL resource_type.
WadlAstBuilder.SchemaCallback
          Allow client to process both internal and external schemas.
 

Classes in org.jvnet.ws.wadl.ast used by org.jvnet.ws.wadl2java
AbstractNode
          Provide common function for all node types
InvalidWADLException
          Thrown the the WADL is invalid and cannot be processed.
MethodNode
          Represents a WADL method
RepresentationNode
          Represents a WADL representation.
ResourceNode
          Represents a WADL resource.
 

Classes in org.jvnet.ws.wadl.ast used by org.jvnet.ws.wadl2java.common
FaultNode
          Represents a WADL fault.
MethodNode
          Represents a WADL method
RepresentationNode
          Represents a WADL representation.
ResourceNode
          Represents a WADL resource.
 

Classes in org.jvnet.ws.wadl.ast used by org.jvnet.ws.wadl2java.jaxrs
FaultNode
          Represents a WADL fault.
MethodNode
          Represents a WADL method
RepresentationNode
          Represents a WADL representation.
ResourceNode
          Represents a WADL resource.
 

Classes in org.jvnet.ws.wadl.ast used by org.jvnet.ws.wadl2java.jersey
FaultNode
          Represents a WADL fault.
MethodNode
          Represents a WADL method
RepresentationNode
          Represents a WADL representation.
ResourceNode
          Represents a WADL resource.
 



Copyright © 2014. All Rights Reserved.