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

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

Methods in org.jvnet.ws.wadl.ast that return InvalidWADLException
static InvalidWADLException WadlAstBuilder.messageStringFromObject(String message, Object obj)
          Convert a given message and JAX-B object into a string with location information so that the user can correlate then back to the original file
 

Methods in org.jvnet.ws.wadl.ast that throw InvalidWADLException
 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  void WadlAstBuilder.addMethodToResource(ResourceNode resource, Method method, URI file)
          Add a method to a resource.
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.
protected  void WadlAstBuilder.addTypeToResource(ResourceNode resourceNode, Resource resource, String href, URI file)
          Add a type to a resource.
protected  ApplicationNode WadlAstBuilder.buildAst(Application a, URI rootFile)
          Build an abstract tree from an unmarshalled WADL file.
 ApplicationNode WadlAstBuilder.buildAst(URI rootFile)
          Build an abstract tree from an unmarshalled WADL file.
protected  void WadlAstBuilder.buildResourceTree(ResourceNode parent, Resource resource, URI file)
          Add a resource and (recursively) its children to a tree starting at the parent.
protected  void WadlAstBuilder.buildResourceType(String ifaceId, Application a)
          Build an abstract resource type based on the methods of a resource type in a WADL file.
protected  void WadlAstBuilder.buildResourceTypeTree(String ifaceId, Application a)
          Build an abstract resource type tree based on the child resources of a resource type in a WADL file.
protected  RepresentationNode WadlAstBuilder.createRepresentationNode(Representation representation, URI file)
          Add a representation to a method's input or output list.
protected static Param PathSegment.derefIfRequired(Param p, URI file, ElementResolver idMap)
          Dereference a param reference element if required.
<T> T
ElementResolver.resolve(URI file, String href, T object)
          Resolve a href and return the element if it is of the expected type.
 

Constructors in org.jvnet.ws.wadl.ast that throw InvalidWADLException
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.
 

Uses of InvalidWADLException in org.jvnet.ws.wadl2java
 

Methods in org.jvnet.ws.wadl2java that throw InvalidWADLException
 void Wadl2Java.process(URI rootDesc)
          Process the root WADL file and generate code.
 



Copyright © 2014. All Rights Reserved.