Uses of Class
org.jvnet.ws.wadl.ast.ElementResolver

Packages that use ElementResolver
org.jvnet.ws.wadl.ast Classes to insulate code generator from JAXB generated classes. 
 

Uses of ElementResolver in org.jvnet.ws.wadl.ast
 

Methods in org.jvnet.ws.wadl.ast with parameters of type ElementResolver
 ResourceNode ResourceTypeNode.addChild(Resource r, URI file, ElementResolver idMap)
          Create a new resource and add it as a child.
 ResourceNode ResourceNode.addChild(Resource r, URI file, ElementResolver idMap)
          Create a new resource and add it as a child.
protected static Param PathSegment.derefIfRequired(Param p, URI file, ElementResolver idMap)
          Dereference a param reference element if required.
 

Constructors in org.jvnet.ws.wadl.ast with parameters of type ElementResolver
PathSegment(ResourceType resource, URI file, ElementResolver idMap)
          Creates a new instance of PathSegment from a WADL resource type element.
PathSegment(Resource resource, URI file, ElementResolver idMap)
          Creates a new instance of PathSegment from a WADL resource element.
ResourceNode(Resource resource, ResourceNode parent, URI file, ElementResolver idMap)
          Create a new instance of ResourceNode and attach it as a child of an existing resource.
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.
ResourceTypeNode(ResourceType resourceType, URI file, ElementResolver idMap)
          Create a new instance of ResourceTypeNode.
 



Copyright © 2014. All Rights Reserved.