|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceTypeNode | |
|---|---|
| org.jvnet.ws.wadl.ast | Classes to insulate code generator from JAXB generated classes. |
| Uses of ResourceTypeNode in org.jvnet.ws.wadl.ast |
|---|
| Methods in org.jvnet.ws.wadl.ast that return types with arguments of type ResourceTypeNode | |
|---|---|
Map<String,ResourceTypeNode> |
WadlAstBuilder.getInterfaceMap()
|
List<ResourceTypeNode> |
ResourceNode.getResourceTypes()
Get the types for this resource. |
| Methods in org.jvnet.ws.wadl.ast with parameters of type ResourceTypeNode | |
|---|---|
protected void |
WadlAstBuilder.addMethodToResourceType(ResourceTypeNode resource,
Method method,
URI file)
Add a method to a resource type. |
protected void |
WadlAstBuilder.addResourceToResourceType(ResourceTypeNode type,
Resource resource,
URI file)
Add a child resource to a resource type. |
void |
ResourceNode.addResourceType(ResourceTypeNode n)
Add a new base type for this resource - adds any methods, query or matrix parameters specified on the type to those specified for this resource. |
| Constructors in org.jvnet.ws.wadl.ast with parameters of type ResourceTypeNode | |
|---|---|
MethodNode(Method m,
ResourceTypeNode r)
Creates a new instance of MethodNode and attach it to a resource type |
|
ResourceNode(Resource resource,
ResourceTypeNode parent,
URI file,
ElementResolver idMap)
Create a new instance of ResourceNode and attach it as a child of an existing resource type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||