org.jvnet.ws.wadl.ast
Class ApplicationNode
java.lang.Object
org.jvnet.ws.wadl.ast.AbstractNode
org.jvnet.ws.wadl.ast.ApplicationNode
public class ApplicationNode
- extends AbstractNode
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.
- Author:
- gdavison
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationNode
public ApplicationNode(Application application,
List<ResourceNode> resources)
getResources
public List<ResourceNode> getResources()
getLocation
public Locator getLocation()
- Specified by:
getLocation in class AbstractNode
- Returns:
- The location of the node.
visit
public void visit(AbstractNode.NodeVisitor visitor)
- Allow the provided parameter to visit the current node and any
child nodes.
- Overrides:
visit in class AbstractNode
Copyright © 2014. All Rights Reserved.