|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||