A B C D E F G H I J K L M N O P Q R S T U V W _

A

AbstractMultivaluedMap<K,V> - Class in org.jvnet.ws.wadl.util
[Borrowed from JAX-RS 2.0 API specification until such time as we can move this project up] Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Initialize the backing store in the abstract parent multivalued map implementation.
AbstractNode - Class in org.jvnet.ws.wadl.ast
Provide common function for all node types
AbstractNode() - Constructor for class org.jvnet.ws.wadl.ast.AbstractNode
 
AbstractNode.NodeVisitor - Interface in org.jvnet.ws.wadl.ast
 
add(K, V) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Add a value to the current list of values for the supplied key.
addAll(K, V...) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addChild(Resource, URI, ElementResolver) - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Create a new resource and add it as a child.
addChild(Resource, URI, ElementResolver) - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Create a new resource and add it as a child.
addFirst(K, V) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirstNull(List<V>) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Define the behavior for adding a null values to the first position in the value list.
addMethodToResource(ResourceNode, Method, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Add a method to a resource.
addMethodToResourceType(ResourceTypeNode, Method, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Add a method to a resource type.
addNull(List<V>) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addReference(URI, String, Object) - Method in class org.jvnet.ws.wadl.ast.ElementResolver
Add a reference to an element if it has an identifier.
addResourceToResourceType(ResourceTypeNode, Resource, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Add a child resource to a resource type.
addResourceType(ResourceTypeNode) - Method in class org.jvnet.ws.wadl.ast.ResourceNode
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.
addTypeToResource(ResourceNode, Resource, String, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Add a type to a resource.
any - Variable in class org.jvnet.ws.wadl.Application
 
any - Variable in class org.jvnet.ws.wadl.Grammars
 
any - Variable in class org.jvnet.ws.wadl.Link
 
any - Variable in class org.jvnet.ws.wadl.Method
 
any - Variable in class org.jvnet.ws.wadl.Option
 
any - Variable in class org.jvnet.ws.wadl.Param
 
any - Variable in class org.jvnet.ws.wadl.Representation
 
any - Variable in class org.jvnet.ws.wadl.Request
 
any - Variable in class org.jvnet.ws.wadl.Resource
 
any - Variable in class org.jvnet.ws.wadl.Resources
 
any - Variable in class org.jvnet.ws.wadl.ResourceType
 
any - Variable in class org.jvnet.ws.wadl.Response
 
appendTextContent(Doc, JCommentPart) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Append text extracted from a WADL doc element to the JavaDoc code model.
Application - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Application() - Constructor for class org.jvnet.ws.wadl.Application
 
ApplicationNode - Class in org.jvnet.ws.wadl.ast
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.
ApplicationNode(Application, List<ResourceNode>) - Constructor for class org.jvnet.ws.wadl.ast.ApplicationNode
 
AstMessages - Class in org.jvnet.ws.wadl.ast
Defines string formatting method for each constant in the resource file
AstMessages() - Constructor for class org.jvnet.ws.wadl.ast.AstMessages
 

B

base - Variable in class org.jvnet.ws.wadl.Resources
 
BaseResourceClassGenerator - Class in org.jvnet.ws.wadl2java.common
Generator class for nested static classes used to represent web resources.
BaseResourceClassGenerator(MessageListener, Resolver, JCodeModel, JPackage, String, JavaDocUtil, ResourceNode) - Constructor for class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Creates a new instance of BaseResourceClassGenerator.
BaseResourceClassGenerator(MessageListener, Resolver, JCodeModel, JPackage, String, JavaDocUtil, JDefinedClass) - Constructor for class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Creates a new instance of BaseResourceClassGenerator.
BaseResourceClassGenerator.MethodType - Enum in org.jvnet.ws.wadl2java.common
 
buildAst(URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Build an abstract tree from an unmarshalled WADL file.
buildAst(Application, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Build an abstract tree from an unmarshalled WADL file.
buildIDMap(Application, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Build a map of all method, param, representation, fault and resource_type elements that have an ID.
buildMethod() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
buildMethod() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
buildMethod() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
buildResourceTree(ResourceNode, Resource, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Add a resource and (recursively) its children to a tree starting at the parent.
buildResourceType(String, Application) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Build an abstract resource type based on the methods of a resource type in a WADL file.
buildResourceTypeTree(String, Application) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Build an abstract resource type tree based on the child resources of a resource type in a WADL file.

C

clear() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
clientFactoryMethod() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
clientFactoryMethod() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
clientFactoryMethod() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
clientFactoryType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
clientFactoryType() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
clientFactoryType() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
clientResponseClientType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
clientResponseClientType() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
clientResponseClientType() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
clientType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
clientType() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
clientType() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
clone() - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
codeModel - Variable in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
containsKey(Object) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
containsValue(Object) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
content - Variable in class org.jvnet.ws.wadl.Doc
 
copyElementContent(Element, Element) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Copy attributes and content of one element to another.
CREATE_CLIENT() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Create a new Client instance
CREATE_CLIENT_CUSTOMIZE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Template method to allow tooling to customize the new Client
CREATE_CLIENT_INSTANCE - Static variable in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
The method that can be called to create the client instance so that generators can override factory methods
CREATE_CLIENT_INSTANCE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Template method to allow tooling to override Client factory
CREATE_CLIENT_METHOD - Static variable in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
The method that can be called to create a fully configured client
CREATE_INSTANCE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Create new instance
CREATE_INSTANCE_CLIENT() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Create new instance using existing Client instance, and a base URI and any parameters
CREATE_INSTANCE_CLIENT_URI() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Create new instance using existing Client instance, and the URI from which the parameters will be extracted
createApplication() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Application
createClassNameFromBase(String) - Static method in class org.jvnet.ws.wadl.ast.ResourceNode
 
createDoc() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Doc
createGrammars() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Grammars
createInclude() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Include
createLink() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Link
createMethod() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Method
createOption() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Option
createParam() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Param
createProcessInvocation(MethodNode, JBlock, JVar, String, RepresentationNode, JType, JExpression, JExpression) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
createProcessInvocation(MethodNode, JBlock, JVar, String, RepresentationNode, JType, JExpression, JExpression) - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
createProcessInvocation(MethodNode, JBlock, JVar, String, RepresentationNode, JType, JExpression, JExpression) - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
createRepresentation() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Representation
createRepresentationNode(Representation, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Add a representation to a method's input or output list.
createRequest() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Request
createRequestBuilderAndAccept(JBlock, JVar, RepresentationNode) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
createRequestBuilderAndAccept(JBlock, JVar, RepresentationNode) - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
createRequestBuilderAndAccept(JBlock, JVar, RepresentationNode) - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
createResource() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Resource
createResources() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Resources
createResourceType() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of ResourceType
createResponse() - Method in class org.jvnet.ws.wadl.ObjectFactory
Create an instance of Response
createTaggedJavaDoc(Element) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Create tagged Javadoc from an XML element.
CUSTOMIZE_CLIENT_METHOD - Static variable in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
The method that can be called so that generators have a simple template to customise the client

D

derefIfRequired(Param, URI, ElementResolver) - Static method in class org.jvnet.ws.wadl.ast.PathSegment
Dereference a param reference element if required.
DESCRIPTION_REQUIRED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
description attribute must be specified
doc - Variable in class org.jvnet.ws.wadl.Application
 
Doc - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Doc() - Constructor for class org.jvnet.ws.wadl.Doc
 
doc - Variable in class org.jvnet.ws.wadl.Grammars
 
doc - Variable in class org.jvnet.ws.wadl.Include
 
doc - Variable in class org.jvnet.ws.wadl.Link
 
doc - Variable in class org.jvnet.ws.wadl.Method
 
doc - Variable in class org.jvnet.ws.wadl.Option
 
doc - Variable in class org.jvnet.ws.wadl.Param
 
doc - Variable in class org.jvnet.ws.wadl.Representation
 
doc - Variable in class org.jvnet.ws.wadl.Request
 
doc - Variable in class org.jvnet.ws.wadl.Resource
 
doc - Variable in class org.jvnet.ws.wadl.Resources
 
doc - Variable in class org.jvnet.ws.wadl.ResourceType
 
doc - Variable in class org.jvnet.ws.wadl.Response
 

E

element - Variable in class org.jvnet.ws.wadl.Representation
 
ELEMENT_NOT_FOUND(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Warning: element {0} not found
ElementResolver - Class in org.jvnet.ws.wadl.ast
Maintains a map of file+ref to element.
ElementResolver(MessageListener) - Constructor for class org.jvnet.ws.wadl.ast.ElementResolver
 
entrySet() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
equals(Object) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
error(String, Throwable) - Method in interface org.jvnet.ws.wadl.util.MessageListener
Report an error.
error(SAXParseException) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
Report an error.
ERROR(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Error: {0}, line {1}, col {2}, file {3}
ERROR_FATAL(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
"Fatal Error: {0}, line {1}, col {2}, file {3}
escapeReservedWord(String) - Static method in class org.jvnet.ws.wadl2java.GeneratorUtil
 
evaluate(Map<String, Object>) - Method in class org.jvnet.ws.wadl.ast.PathSegment
Merges the supplied parameter values into the path segment template and returns the resulting path segment.
extractMethodIds(Method, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Extract the id from a method element and add to the method map.
extractParamId(Param, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Extract the id from a param element and add to the representation map.
extractRepresentationId(Representation, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Extract the id from a representation element and add to the representation map.
extractResourceIds(Resource, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Extract the id from a resource element and add to the resource map then recurse into any contained resources.
extractResourceTypeIds(ResourceType, URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Extract the id from a resource_type element and add to the resource map.

F

fatalError(SAXParseException) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
Report a fatal error
FAULT_NO_ELEMENT() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Warning: skipping fault with no XML element
FaultNode - Class in org.jvnet.ws.wadl.ast
Represents a WADL fault.
FaultNode(Representation) - Constructor for class org.jvnet.ws.wadl.ast.FaultNode
Creates a new instance of FaultNode.
FILE(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
{0}, line {1}, col {2}, file {3}
fixed - Variable in class org.jvnet.ws.wadl.Param
 
fromValue(String) - Static method in enum org.jvnet.ws.wadl.HTTPMethods
 
fromValue(String) - Static method in enum org.jvnet.ws.wadl.ParamStyle
 

G

generateAccessorDoc(ResourceNode, JMethod) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL resource and add it to a corresponding accessor method.
generateBeanProperty(JDefinedClass, List<Param>, Param, boolean) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generate a bean setter and getter for a parameter.
generateBeanProperty(JDefinedClass, List<Param>, Param, boolean) - Method in interface org.jvnet.ws.wadl2java.ResourceClassGenerator
Generate a bean setter and getter for a parameter.
generateBody(MethodNode, boolean, Map<JType, JDefinedClass>, RepresentationNode, JVar, boolean, JType, JType, JVar, RepresentationNode, JBlock) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generate a method body that uses a JAXBDispatcher, used when the payloads are XML.
generateClass(JDefinedClass, JVar) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generate a static member class that represents a WADL resource.
generateClass(JDefinedClass, JVar) - Method in interface org.jvnet.ws.wadl2java.ResourceClassGenerator
Generate a static member class that represents a WADL resource.
generateClassDoc(ResourceNode, JDefinedClass) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL resource and add it to a corresponding generated class.
generateClientFactoryMethod(JDefinedClass) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
This method should create a static private method called CREATE_CLIENT_METHOD that generate the right factory code for this particular implementation
generateClientFactoryMethod(JDefinedClass) - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
This method should create a static private method called CREATE_CLIENT_METHOD that generate the right factory code for this particular implementation
generateClientFactoryMethod(JDefinedClass) - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
This method should create a static private method called CREATE_CLIENT_METHOD that generate the right factory code for this particular implementation
generateConditionalForFaultNode(MethodNode, JBlock, JVar, JType, JExpression) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generates the switch block based on status code that will throw exceptions for a specified failure
generateEndpointClass(URI, ResourceNode) - Method in class org.jvnet.ws.wadl2java.Wadl2Java
Create a class that acts as a container for a hierarchy of static inner classes, one for each resource described by the WADL file.
generateEnumDoc(Param, JDefinedClass) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL param with enumerated values and add it to the corresponding Java enum.
generateExceptionClass(FaultNode) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Create an exception class that wraps an element used for indicating a fault condition.
generateExceptionClassInternal(String, FaultNode) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Try to create a new exception class that is relevant for the platform
generateExceptionClassInternal(String, FaultNode) - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
Try to create a new exception class that is relevant for the platform
generateExceptionClassInternal(String, FaultNode) - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
Try to create a new exception class that is relevant for the platform
generateIfOnStatus(JBlock, JVar, JType, JExpression) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Create a if statement in a block that will throw an exception if the status is >= 400 is the returnType and return expression are not if the type clientReponseType
generateMethodDecl(Map<JType, JDefinedClass>, MethodNode, boolean, RepresentationNode, RepresentationNode, BaseResourceClassGenerator.MethodType, boolean) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generate a Java method for a specified combination of WADL method, input representation and output representation elements.
generateMethodDecls(MethodNode, boolean) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generate a set of method declarations for a WADL method element.
generateMethodDecls(MethodNode, boolean) - Method in interface org.jvnet.ws.wadl2java.ResourceClassGenerator
Generate a set of method declarations for a WADL method element.
generateMethodDoc(MethodNode, JMethod) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL method and add it to the corresponding generated Java method.
generateMethodVariants(Map<JType, JDefinedClass>, MethodNode, boolean, RepresentationNode, RepresentationNode, boolean) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generate one or two Java methods for a specified combination of WADL method, input representation and output representation elements.
generateParamDoc(Param, JMethod) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL param and add it to the corresponding Java method.
generateParamDoc(RepresentationNode, JMethod) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL representation and add it to the corresponding Java method parameter.
generateResourceTypeInterfaces() - Method in class org.jvnet.ws.wadl2java.Wadl2Java
Generate Java interfaces for WADL resource types
generateReturnDoc(Param, JMethod) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL param and add it to the corresponding Java method return.
generateReturnDoc(RepresentationNode, JMethod) - Method in class org.jvnet.ws.wadl2java.JavaDocUtil
Extract documentation from a WADL representation and add it to the corresponding Java method return.
generateSubClass(JDefinedClass, JVar, ResourceNode) - Method in class org.jvnet.ws.wadl2java.Wadl2Java
Creates an inner static class that represents a resource and its methods.
generateThrowWebApplicationExceptionFromResponse(JBlock, JVar) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Invoked when we need to throw a generic failure exception because we don't have an element mapped.
generateThrowWebApplicationExceptionFromResponse(JBlock, JVar) - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
Invoked when we need to throw a generic failure exception because we don't have an element mapped.
generateThrowWebApplicationExceptionFromResponse(JBlock, JVar) - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
Invoked when we need to throw a generic failure exception because we don't have an element mapped.
GeneratorUtil - Class in org.jvnet.ws.wadl2java
Utility functions for code generators.
GeneratorUtil() - Constructor for class org.jvnet.ws.wadl2java.GeneratorUtil
 
genericTypeType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
genericTypeType() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
genericTypeType() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
get(String) - Method in class org.jvnet.ws.wadl.ast.ElementResolver
Get the element for a ref.
get(Object) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
getAllResourceUriTemplate() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
 
getAny() - Method in class org.jvnet.ws.wadl.Application
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Grammars
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Link
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Method
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Option
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Request
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Resources
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.ResourceType
Gets the value of the any property.
getAny() - Method in class org.jvnet.ws.wadl.Response
Gets the value of the any property.
getBase() - Method in class org.jvnet.ws.wadl.Resources
Gets the value of the base property.
getChildResources() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get the child resources.
getClassName() - Method in class org.jvnet.ws.wadl.ast.FaultNode
Convenience function for generating a suitable Java class name for this WADL fault.
getClassName() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Convenience function for generating a suitable Java class name for this WADL resource.
getClassName() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Convenience function for generating a suitable Java class name for this WADL resource.
getColumnNumber() - Method in exception org.jvnet.ws.wadl.ast.InvalidWADLException
 
getContent() - Method in class org.jvnet.ws.wadl.Doc
Gets the value of the content property.
getDefault() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the default property.
getDoc() - Method in class org.jvnet.ws.wadl.Application
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.ast.FaultNode
List of child documentation elements.
getDoc() - Method in class org.jvnet.ws.wadl.ast.MethodNode
List of child documentation elements
getDoc() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
List of child documentation elements.
getDoc() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
List of child documentation elements.
getDoc() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
List of child documentation elements
getDoc() - Method in class org.jvnet.ws.wadl.Grammars
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Include
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Link
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Method
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Option
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Request
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Resources
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.ResourceType
Gets the value of the doc property.
getDoc() - Method in class org.jvnet.ws.wadl.Response
Gets the value of the doc property.
getElement() - Method in class org.jvnet.ws.wadl.ast.FaultNode
Get the XML root element of the fault representation.
getElement() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
Get the XML root element name for the representation.
getElement() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the element property.
getFaults() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get a list of the faults for this method
getFirst(K) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
getFirstFatalError() - Method in class org.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
 
getFixed() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the fixed property.
getGeneratedClass() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Get the class for which methods will be generated.
getGeneratedInterface() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
 
getGrammars() - Method in class org.jvnet.ws.wadl.Application
Gets the value of the grammars property.
getHeaderParameters() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get all the header parameters
getHeaderParameters() - Method in class org.jvnet.ws.wadl.ast.PathSegment
Get list of header parameters attached to the path segment.
getHeaderParams() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get a list of header parameters for this resource and its types.
getHeaderParams() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Get the header parameters.
getHref() - Method in class org.jvnet.ws.wadl.Include
Gets the value of the href property.
getHref() - Method in class org.jvnet.ws.wadl.Method
Gets the value of the href property.
getHref() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the href property.
getHref() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the href property.
getId() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get the method name
getId() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
Get the representation id (if any).
getId() - Method in class org.jvnet.ws.wadl.Method
Gets the value of the id property.
getId() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the id property.
getId() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the id property.
getId() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the id property.
getId() - Method in class org.jvnet.ws.wadl.ResourceType
Gets the value of the id property.
getInclude() - Method in class org.jvnet.ws.wadl.Grammars
Gets the value of the include property.
getInterfaceMap() - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
 
getJavaType(Param, JCodeModel, JDefinedClass, JavaDocUtil) - Static method in class org.jvnet.ws.wadl2java.GeneratorUtil
Maps WADL param types to their respective Java type.
getLang() - Method in class org.jvnet.ws.wadl.Doc
Gets the value of the lang property.
getLineNumber() - Method in exception org.jvnet.ws.wadl.ast.InvalidWADLException
 
getLink() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the link property.
getLocation() - Method in class org.jvnet.ws.wadl.ast.AbstractNode
 
getLocation() - Method in class org.jvnet.ws.wadl.ast.ApplicationNode
 
getLocation() - Method in class org.jvnet.ws.wadl.ast.FaultNode
 
getLocation() - Method in class org.jvnet.ws.wadl.ast.MethodNode
 
getLocation() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
 
getLocation() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
 
getLocation() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
 
getMatrixParameters() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get all the matrix parameters for this and enclosing resources
getMatrixParameters() - Method in class org.jvnet.ws.wadl.ast.PathSegment
Get list of matrix parameters attached to the path segment.
getMatrixParams() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get a list of header parameters for this resource and its types.
getMatrixParams() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Get the matrix parameters.
getMediaType() - Method in class org.jvnet.ws.wadl.ast.FaultNode
Get the media type of the fault.
getMediaType() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
Get the media type of the representation.
getMediaType() - Method in class org.jvnet.ws.wadl.Option
Gets the value of the mediaType property.
getMediaType() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the mediaType property.
getMediaTypeAsClassName() - Method in class org.jvnet.ws.wadl.ast.FaultNode
Convenience function for generating a suitable Java class name for this WADL fault based on the media type.
getMediaTypeAsClassName() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
Convenience function for generating a suitable Java class name for this WADL representation based on the media type.
getMethodName(MethodNode, RepresentationNode, RepresentationNode, JType) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Generate a name for the method.
getMethodOrResource() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the methodOrResource property.
getMethodOrResource() - Method in class org.jvnet.ws.wadl.ResourceType
Gets the value of the methodOrResource property.
getMethods() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get the method for this resource.
getMethods() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Get the methods for this resource type.
getName() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get the method name
getName() - Method in class org.jvnet.ws.wadl.Method
Gets the value of the name property.
getName() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the name property.
getOption() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the option property.
getOptionalParameters() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get the parameters marked as optional
getOtherAttribute(QName) - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
 
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Doc
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Include
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Link
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Method
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Option
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Param
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Representation
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Request
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Resource
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Resources
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.ResourceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.jvnet.ws.wadl.Response
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOwningResource() - Method in class org.jvnet.ws.wadl.ast.MethodNode
 
getParam() - Method in class org.jvnet.ws.wadl.ast.FaultNode
Get the child parameters.
getParam() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
Get a list of child parameters.
getParam() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the param property.
getParam() - Method in class org.jvnet.ws.wadl.Request
Gets the value of the param property.
getParam() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the param property.
getParam() - Method in class org.jvnet.ws.wadl.ResourceType
Gets the value of the param property.
getParam() - Method in class org.jvnet.ws.wadl.Response
Gets the value of the param property.
getParentResource() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get the parent resource.
getPath() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the path property.
getPath() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the path property.
getPathSegment() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get the path segment for this resource.
getPathSegments() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get a list of path segments for this resource and its ancestors.
getProfile() - Method in class org.jvnet.ws.wadl.Representation
Gets the value of the profile property.
getProfiles() - Method in class org.jvnet.ws.wadl.ast.RepresentationNode
Get the list of link profiles used to described the relationships of embedded links.
getQueryParameters() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get all the query parameters
getQueryParameters() - Method in class org.jvnet.ws.wadl.ast.PathSegment
Get list of query parameters attached to the path segment.
getQueryParams() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get a list of query parameters for this resource and its types.
getQueryParams() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Get the query parameters.
getQueryType() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the queryType property.
getReferencedFile(URI, String) - Static method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Get the referenced file, currentFile will be returned if href is a fragment identifier, otherwise href is resolved against currentFile.
getRel() - Method in class org.jvnet.ws.wadl.Link
Gets the value of the rel property.
getRepresentation() - Method in class org.jvnet.ws.wadl.Request
Gets the value of the representation property.
getRepresentation() - Method in class org.jvnet.ws.wadl.Response
Gets the value of the representation property.
getRequest() - Method in class org.jvnet.ws.wadl.Method
Gets the value of the request property.
getRequiredParameters() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get the parameters marked as required
getResource() - Method in class org.jvnet.ws.wadl.Resources
Gets the value of the resource property.
getResources() - Method in class org.jvnet.ws.wadl.Application
Gets the value of the resources property.
getResources() - Method in class org.jvnet.ws.wadl.ast.ApplicationNode
 
getResources() - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Get the resources for this resource type.
getResourceType() - Method in class org.jvnet.ws.wadl.Link
Gets the value of the resourceType property.
getResourceTypeOrMethodOrRepresentation() - Method in class org.jvnet.ws.wadl.Application
Gets the value of the resourceTypeOrMethodOrRepresentation property.
getResourceTypes() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Get the types for this resource.
getResponse() - Method in class org.jvnet.ws.wadl.Method
Gets the value of the response property.
getRev() - Method in class org.jvnet.ws.wadl.Link
Gets the value of the rev property.
getStatus() - Method in class org.jvnet.ws.wadl.Response
Gets the value of the status property.
getStyle() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the style property.
getSupportedInputs() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get a list of the supported input types, these correspond to the body of a PUT, or POST request
getSupportedOutputs() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Get a multi valued map of output representations that the method supports, these correspond to the body of a GET, POST or PUT response.
getSystemId() - Method in exception org.jvnet.ws.wadl.ast.InvalidWADLException
 
getTemplate() - Method in class org.jvnet.ws.wadl.ast.PathSegment
Get the underlying path segment template string.
getTemplateParameters() - Method in class org.jvnet.ws.wadl.ast.PathSegment
Get a list of parameters embedded within the underlying path segment template.
getTitle() - Method in class org.jvnet.ws.wadl.Doc
Gets the value of the title property.
getType() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the type property.
getType() - Method in class org.jvnet.ws.wadl.Resource
Gets the value of the type property.
getTypeFromElement(QName) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Get the Java type generated for the specified XML element name.
getTypeFromURI(String) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Get the Java type generated for the specified JSON URI
getUriTemplate() - Method in class org.jvnet.ws.wadl.ast.ResourceNode
 
getValue() - Method in class org.jvnet.ws.wadl.Option
Gets the value of the value property.
getValues(K) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Return a non-null list of values for a given key.
grammars - Variable in class org.jvnet.ws.wadl.Application
 
Grammars - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Grammars() - Constructor for class org.jvnet.ws.wadl.Grammars
 

H

hasFatalErrorOccured() - Method in class org.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
 
hashCode() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

hasOptionalParameters() - Method in class org.jvnet.ws.wadl.ast.MethodNode
Checks if there are any optional parameters
href - Variable in class org.jvnet.ws.wadl.Include
 
href - Variable in class org.jvnet.ws.wadl.Method
 
href - Variable in class org.jvnet.ws.wadl.Param
 
href - Variable in class org.jvnet.ws.wadl.Representation
 
HTTPMethods - Enum in org.jvnet.ws.wadl
Java class for HTTPMethods.

I

id - Variable in class org.jvnet.ws.wadl.Method
 
id - Variable in class org.jvnet.ws.wadl.Param
 
id - Variable in class org.jvnet.ws.wadl.Representation
 
id - Variable in class org.jvnet.ws.wadl.Resource
 
id - Variable in class org.jvnet.ws.wadl.ResourceType
 
include - Variable in class org.jvnet.ws.wadl.Grammars
 
Include - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Include() - Constructor for class org.jvnet.ws.wadl.Include
 
info(String) - Method in interface org.jvnet.ws.wadl.util.MessageListener
Report informative message.
info(SAXParseException) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
Report informative message
INFO(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Info: {0}, line {1}, col {2}, file {3}
INVALID_GENERATION_STYLE(Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Invalid generation style {0} should be one of {1}
InvalidWADLException - Exception in org.jvnet.ws.wadl.ast
Thrown the the WADL is invalid and cannot be processed.
InvalidWADLException(String, Locator) - Constructor for exception org.jvnet.ws.wadl.ast.InvalidWADLException
Constructs an instance of InvalidWADLException with the specified detail message and location
INVOCATION_FAILED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Invocation failed, see FaultInfo property for details
isEmpty() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
isRepeating() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the repeating property.
isRequired() - Method in class org.jvnet.ws.wadl.Param
Gets the value of the required property.
isThereJsonMapping() - Method in interface org.jvnet.ws.wadl2java.Resolver
Do we need to configure the client for JSON

J

JavaDocUtil - Class in org.jvnet.ws.wadl2java
Utility class containing methods for generating JavaDoc from XML documentation embedded in WADL files.
JavaDocUtil() - Constructor for class org.jvnet.ws.wadl2java.JavaDocUtil
Create a new JavaDocUtil instance
JAXB_PROCESSING_FAILED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Generating JAX-B binding types failed
JAXRS20ResourceClassGenerator - Class in org.jvnet.ws.wadl2java.jaxrs
The specific implementation for JAX-RS 2.0 static client
JAXRS20ResourceClassGenerator(MessageListener, Resolver, JCodeModel, JPackage, String, JavaDocUtil, ResourceNode) - Constructor for class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
Creates a new instance of BaseResourceClassGenerator.
JAXRS20ResourceClassGenerator(MessageListener, Resolver, JCodeModel, JPackage, String, JavaDocUtil, JDefinedClass) - Constructor for class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
Creates a new instance of BaseResourceClassGenerator.
Jersey1xResourceClassGenerator - Class in org.jvnet.ws.wadl2java.jersey
The specific implementation for Jersey 1.x
Jersey1xResourceClassGenerator(MessageListener, Resolver, JCodeModel, JPackage, String, JavaDocUtil, ResourceNode) - Constructor for class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
Creates a new instance of BaseResourceClassGenerator.
Jersey1xResourceClassGenerator(MessageListener, Resolver, JCodeModel, JPackage, String, JavaDocUtil, JDefinedClass) - Constructor for class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
Creates a new instance of BaseResourceClassGenerator.
JSON_SCHEMA_DESCRIBEDBY - Static variable in class org.jvnet.ws.wadl2java.Wadl2Java
 

K

keySet() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 

L

lang - Variable in class org.jvnet.ws.wadl.Doc
 
Link - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Link() - Constructor for class org.jvnet.ws.wadl.Link
 
link - Variable in class org.jvnet.ws.wadl.Param
 
localizableCREATE_CLIENT() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableCREATE_CLIENT_CUSTOMIZE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableCREATE_CLIENT_INSTANCE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableCREATE_INSTANCE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableCREATE_INSTANCE_CLIENT() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableCREATE_INSTANCE_CLIENT_URI() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableDESCRIPTION_REQUIRED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableELEMENT_NOT_FOUND(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableERROR(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableERROR_FATAL(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableFAULT_NO_ELEMENT() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableFILE(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableINFO(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableINVALID_GENERATION_STYLE(Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableINVOCATION_FAILED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableJAXB_PROCESSING_FAILED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableLOGGER_ERROR(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableLOGGER_INFO(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableLOGGER_WARNING(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableLONELY_HREF_METHOD() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableLONELY_HREF_PARAM() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableLONELY_HREF_REPRESENTATION() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableLONELY_HREF_RESOURCE_TYPE() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableMATRIX_VALUE_MISSING(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableMISSING_ID_METHOD() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableMISSING_ID_PARAM() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableMISSING_ID_REPRESENTATION() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableMISSING_ID_RESOURCE_TYPE() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableMISSING_METHOD_NAME() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableNOT_A_DIRECTORY(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableNOT_A_FILE(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizablePACKAGE_ATTRIBUTE_REQUIRED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizablePARAMETER_REQUIRED(Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizablePROCESSING(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizablePROCESSING(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizablePROCESSING_FAILED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableSKIPPING_COMPILATION() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableSKIPPING_REFERENCE(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableSKIPPING_REFERENCE_TYPE(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableTARGET_ATTRIBUTE_DIRECTORY(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableTARGET_ATTRIBUTE_REQUIRED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableTARGET_DIRECTORY_MUST_EXIST(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableTEMPLATE_VALUE_MISSING(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
 
localizableUNKNOWN_OPTION(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableUSAGE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableWADL_DESCRIPTION_FILE(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableWADL_DESCRIPTION_MUST_EXIST(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableWARNING(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
localizableWARNING_FILE(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
locator - Variable in class org.jvnet.ws.wadl.Application
 
locator - Variable in class org.jvnet.ws.wadl.Doc
 
locator - Variable in class org.jvnet.ws.wadl.Grammars
 
locator - Variable in class org.jvnet.ws.wadl.Include
 
locator - Variable in class org.jvnet.ws.wadl.Link
 
locator - Variable in class org.jvnet.ws.wadl.Method
 
locator - Variable in class org.jvnet.ws.wadl.Option
 
locator - Variable in class org.jvnet.ws.wadl.Param
 
locator - Variable in class org.jvnet.ws.wadl.Representation
 
locator - Variable in class org.jvnet.ws.wadl.Request
 
locator - Variable in class org.jvnet.ws.wadl.Resource
 
locator - Variable in class org.jvnet.ws.wadl.Resources
 
locator - Variable in class org.jvnet.ws.wadl.ResourceType
 
locator - Variable in class org.jvnet.ws.wadl.Response
 
LOGGER_ERROR(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Error: {0}
LOGGER_INFO(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Info: {0}
LOGGER_WARNING(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Warning: {0}
LONELY_HREF_METHOD() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
A method with a href should not have any other WADL parameters or children
LONELY_HREF_PARAM() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
A param with a href should not have any other WADL parameters or children
LONELY_HREF_REPRESENTATION() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
A representation with a href should not have any other WADL parameters or children
LONELY_HREF_RESOURCE_TYPE() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
A resourceType with a href should not have any other WADL parameters or children

M

makeClassName(String) - Static method in class org.jvnet.ws.wadl2java.GeneratorUtil
Utility function for generating a suitable Java class name from an arbitrary string.
makeConstantName(String) - Static method in class org.jvnet.ws.wadl2java.GeneratorUtil
Make a Java constant name for the supplied WADL parameter.
makeParamName(String) - Static method in class org.jvnet.ws.wadl2java.GeneratorUtil
 
MATRIX_VALUE_MISSING(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
No value for required matrix parameter: {0}
mediaType - Variable in class org.jvnet.ws.wadl.Option
 
mediaType - Variable in class org.jvnet.ws.wadl.Representation
 
MessageListener - Interface in org.jvnet.ws.wadl.util
A public class that allows an implementor to deal with messages output by the generator.
messageStringFromObject(String, Object) - Static method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
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
Method - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Method() - Constructor for class org.jvnet.ws.wadl.Method
 
MethodNode - Class in org.jvnet.ws.wadl.ast
Represents a WADL method
MethodNode(Method, ResourceNode) - Constructor for class org.jvnet.ws.wadl.ast.MethodNode
Creates a new instance of MethodNode and attach it to a resource
MethodNode(Method, ResourceTypeNode) - Constructor for class org.jvnet.ws.wadl.ast.MethodNode
Creates a new instance of MethodNode and attach it to a resource type
methodOrResource - Variable in class org.jvnet.ws.wadl.Resource
 
methodOrResource - Variable in class org.jvnet.ws.wadl.ResourceType
 
MISSING_ID_METHOD() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Missing id property on method element
MISSING_ID_PARAM() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Missing id property on param element
MISSING_ID_REPRESENTATION() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Missing id property on representation element
MISSING_ID_RESOURCE_TYPE() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Missing id property on resourceType element
MISSING_METHOD_NAME() - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Missing method name property on method element

N

name - Variable in class org.jvnet.ws.wadl.Method
 
name - Variable in class org.jvnet.ws.wadl.Param
 
NOT_A_DIRECTORY(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
{0} is not a directory
NOT_A_FILE(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
{0} is not a file

O

ObjectFactory - Class in org.jvnet.ws.wadl
This object contains factory methods for each Java content interface and Java element interface generated in the org.jvnet.ws.wadl package.
ObjectFactory() - Constructor for class org.jvnet.ws.wadl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jvnet.ws.wadl
Option - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Option() - Constructor for class org.jvnet.ws.wadl.Option
 
option - Variable in class org.jvnet.ws.wadl.Param
 
org.jvnet.ws.wadl - package org.jvnet.ws.wadl
 
org.jvnet.ws.wadl.ast - package org.jvnet.ws.wadl.ast
Classes to insulate code generator from JAXB generated classes.
org.jvnet.ws.wadl.util - package org.jvnet.ws.wadl.util
 
org.jvnet.ws.wadl2java - package 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.
org.jvnet.ws.wadl2java.common - package org.jvnet.ws.wadl2java.common
 
org.jvnet.ws.wadl2java.jaxrs - package org.jvnet.ws.wadl2java.jaxrs
 
org.jvnet.ws.wadl2java.jersey - package org.jvnet.ws.wadl2java.jersey
 
overrideMessageOnException(JDefinedClass) - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
Override the getMessage class on an exception to make sure the status code is displayed

P

PACKAGE_ATTRIBUTE_REQUIRED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
package attribute must be specified
Param - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Param() - Constructor for class org.jvnet.ws.wadl.Param
 
param - Variable in class org.jvnet.ws.wadl.Representation
 
param - Variable in class org.jvnet.ws.wadl.Request
 
param - Variable in class org.jvnet.ws.wadl.Resource
 
param - Variable in class org.jvnet.ws.wadl.ResourceType
 
param - Variable in class org.jvnet.ws.wadl.Response
 
PARAM_WITH_REGEX_NAME - Static variable in class org.jvnet.ws.wadl.ast.PathSegment
The string to use with PARAM_WITH_REGEX_PATTERN to extract the name
PARAM_WITH_REGEX_PATTERN - Static variable in class org.jvnet.ws.wadl.ast.PathSegment
A regular expression to extra out templates from a URI
PARAMETER_REQUIRED(Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Parameter {0} of method {1} is required and must not be null
ParamStyle - Enum in org.jvnet.ws.wadl
Java class for ParamStyle.
path - Variable in class org.jvnet.ws.wadl.Param
 
path - Variable in class org.jvnet.ws.wadl.Resource
 
PathSegment - Class in org.jvnet.ws.wadl.ast
Represents a segment of a URI with zero or more embedded parameters as found in the path attribute of a WADL resource element.
PathSegment(String) - Constructor for class org.jvnet.ws.wadl.ast.PathSegment
Construct a PathSegment instance using a string representation.
PathSegment(String, List<String>) - Constructor for class org.jvnet.ws.wadl.ast.PathSegment
Construct a PathSegment instance using a string representation and a list of matrix parameter names.
PathSegment(Resource, URI, ElementResolver) - Constructor for class org.jvnet.ws.wadl.ast.PathSegment
Creates a new instance of PathSegment from a WADL resource element.
PathSegment(ResourceType, URI, ElementResolver) - Constructor for class org.jvnet.ws.wadl.ast.PathSegment
Creates a new instance of PathSegment from a WADL resource type element.
pkg - Variable in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
process(URI) - Method in class org.jvnet.ws.wadl2java.Wadl2Java
Process the root WADL file and generate code.
processDescription(URI) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Unmarshall a WADL file, process any schemas referenced in the WADL file, add any items with an ID to a global ID map, and follow any references to additional WADL files.
processDescription(URI, InputStream) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Unmarshall a WADL file, process any schemas referenced in the WADL file, add any items with an ID to a global ID map, and follow any references to additional WADL files.
processIDHref(URI, String, String, Object) - Method in class org.jvnet.ws.wadl.ast.WadlAstBuilder
Adds the object to the ID map if it is identified and process any file pointed to by href.
PROCESSING(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Processing: {0}
PROCESSING(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Processing: {0}
PROCESSING_FAILED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
WADL file processing failed
processSchema(InputSource) - Method in interface org.jvnet.ws.wadl.ast.WadlAstBuilder.SchemaCallback
 
processSchema(String, Element) - Method in interface org.jvnet.ws.wadl.ast.WadlAstBuilder.SchemaCallback
 
profile - Variable in class org.jvnet.ws.wadl.Representation
 
put(K, List<V>) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
putSingle(K, V) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.

Q

queryType - Variable in class org.jvnet.ws.wadl.Resource
 

R

rel - Variable in class org.jvnet.ws.wadl.Link
 
remove(Object) - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
repeating - Variable in class org.jvnet.ws.wadl.Param
 
Representation - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Representation() - Constructor for class org.jvnet.ws.wadl.Representation
 
representation - Variable in class org.jvnet.ws.wadl.Request
 
representation - Variable in class org.jvnet.ws.wadl.Response
 
RepresentationNode - Class in org.jvnet.ws.wadl.ast
Represents a WADL representation.
RepresentationNode(Representation) - Constructor for class org.jvnet.ws.wadl.ast.RepresentationNode
Creates a new instance of RepresentationNode.
request - Variable in class org.jvnet.ws.wadl.Method
 
Request - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Request() - Constructor for class org.jvnet.ws.wadl.Request
 
required - Variable in class org.jvnet.ws.wadl.Param
 
resolve(URI, String, T) - Method in class org.jvnet.ws.wadl.ast.ElementResolver
Resolve a href and return the element if it is of the expected type.
resolve(Object) - Method in interface org.jvnet.ws.wadl2java.Resolver
 
Resolver - Interface in org.jvnet.ws.wadl2java
This is a simple interface to replace reference to the S2JJAXModel class that is passed around to resolve QName element or URI references to type references.
resolveURI(AbstractNode, String) - Method in interface org.jvnet.ws.wadl2java.Resolver
 
Resource - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Resource() - Constructor for class org.jvnet.ws.wadl.Resource
 
resource - Variable in class org.jvnet.ws.wadl.Resources
 
resourceBuilderType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
resourceBuilderType() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
resourceBuilderType() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
ResourceClassGenerator - Interface in org.jvnet.ws.wadl2java
A simplified interface to the resource class generators
resourceFromClientMethod() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
resourceFromClientMethod() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
resourceFromClientMethod() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
ResourceNode - Class in org.jvnet.ws.wadl.ast
Represents a WADL resource.
ResourceNode(URI, Application, Resources) - Constructor for class org.jvnet.ws.wadl.ast.ResourceNode
Creates a new instance of ResourceNode.
ResourceNode(Resource, ResourceNode, URI, ElementResolver) - Constructor for class org.jvnet.ws.wadl.ast.ResourceNode
Create a new instance of ResourceNode and attach it as a child of an existing resource.
ResourceNode(Resource, ResourceTypeNode, URI, ElementResolver) - Constructor for class org.jvnet.ws.wadl.ast.ResourceNode
Create a new instance of ResourceNode and attach it as a child of an existing resource type.
resources - Variable in class org.jvnet.ws.wadl.Application
 
Resources - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Resources() - Constructor for class org.jvnet.ws.wadl.Resources
 
resourceType - Variable in class org.jvnet.ws.wadl.Link
 
ResourceType - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
ResourceType() - Constructor for class org.jvnet.ws.wadl.ResourceType
 
resourceType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
resourceType() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
resourceType() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
ResourceTypeNode - Class in org.jvnet.ws.wadl.ast
Represents a WADL resource_type.
ResourceTypeNode(ResourceType, URI, ElementResolver) - Constructor for class org.jvnet.ws.wadl.ast.ResourceTypeNode
Create a new instance of ResourceTypeNode.
resourceTypeOrMethodOrRepresentation - Variable in class org.jvnet.ws.wadl.Application
 
response - Variable in class org.jvnet.ws.wadl.Method
 
Response - Class in org.jvnet.ws.wadl
Java class for anonymous complex type.
Response() - Constructor for class org.jvnet.ws.wadl.Response
 
responseGetEntityMethod() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
responseGetEntityMethod() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
responseGetEntityMethod() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
rev - Variable in class org.jvnet.ws.wadl.Link
 

S

setAutoPackage(boolean) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setBase(String) - Method in class org.jvnet.ws.wadl.Resources
Sets the value of the base property.
setClassName(String) - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Override the default generated class name.
setCodeWriter(CodeWriter) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setCustomClassNames(Map<String, String>) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setCustomizations(List<URI>) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setCustomizationsAsFiles(List<File>) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setDefault(String) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the default property.
setElement(QName) - Method in class org.jvnet.ws.wadl.Representation
Sets the value of the element property.
setFixed(String) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the fixed property.
setGeneratedInterface(JDefinedClass) - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
 
setGenerationStyle(String) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setGrammars(Grammars) - Method in class org.jvnet.ws.wadl.Application
Sets the value of the grammars property.
setHref(String) - Method in class org.jvnet.ws.wadl.Include
Sets the value of the href property.
setHref(String) - Method in class org.jvnet.ws.wadl.Method
Sets the value of the href property.
setHref(String) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the href property.
setHref(String) - Method in class org.jvnet.ws.wadl.Representation
Sets the value of the href property.
setId(String) - Method in class org.jvnet.ws.wadl.Method
Sets the value of the id property.
setId(String) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the id property.
setId(String) - Method in class org.jvnet.ws.wadl.Representation
Sets the value of the id property.
setId(String) - Method in class org.jvnet.ws.wadl.Resource
Sets the value of the id property.
setId(String) - Method in class org.jvnet.ws.wadl.ResourceType
Sets the value of the id property.
setLang(String) - Method in class org.jvnet.ws.wadl.Doc
Sets the value of the lang property.
setLink(Link) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the link property.
setMediaType(String) - Method in class org.jvnet.ws.wadl.Option
Sets the value of the mediaType property.
setMediaType(String) - Method in class org.jvnet.ws.wadl.Representation
Sets the value of the mediaType property.
setMessageListener(MessageListener) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setName(String) - Method in class org.jvnet.ws.wadl.Method
Sets the value of the name property.
setName(String) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the name property.
setPath(String) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the path property.
setPath(String) - Method in class org.jvnet.ws.wadl.Resource
Sets the value of the path property.
setPkg(String) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setQueryType(String) - Method in class org.jvnet.ws.wadl.Resource
Sets the value of the queryType property.
setRel(String) - Method in class org.jvnet.ws.wadl.Link
Sets the value of the rel property.
setRepeating(Boolean) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the repeating property.
setRequest(Request) - Method in class org.jvnet.ws.wadl.Method
Sets the value of the request property.
setRequired(Boolean) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the required property.
setResourceType(String) - Method in class org.jvnet.ws.wadl.Link
Sets the value of the resourceType property.
setRev(String) - Method in class org.jvnet.ws.wadl.Link
Sets the value of the rev property.
setRootDir(URI) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Application
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Doc
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Grammars
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Include
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Link
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Method
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Option
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Param
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Representation
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Request
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Resource
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Resources
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.ResourceType
 
setSourceLocation(Locator) - Method in class org.jvnet.ws.wadl.Response
 
setStyle(ParamStyle) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the style property.
setTitle(String) - Method in class org.jvnet.ws.wadl.Doc
Sets the value of the title property.
setType(QName) - Method in class org.jvnet.ws.wadl.Param
Sets the value of the type property.
setValue(String) - Method in class org.jvnet.ws.wadl.Option
Sets the value of the value property.
setXjcArguments(List<String>) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
size() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
SKIPPING_COMPILATION() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Generated code is up to date, skipping compilation
SKIPPING_REFERENCE(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Reference {0} not found
SKIPPING_REFERENCE_TYPE(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
Reference {0} identifies the wrong kind of element
sourceLocation() - Method in class org.jvnet.ws.wadl.Application
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Doc
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Grammars
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Include
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Link
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Method
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Option
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Param
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Representation
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Request
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Resource
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Resources
 
sourceLocation() - Method in class org.jvnet.ws.wadl.ResourceType
 
sourceLocation() - Method in class org.jvnet.ws.wadl.Response
 
status - Variable in class org.jvnet.ws.wadl.Response
 
store - Variable in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
Backing store for the [key, multi-value] pairs.
style - Variable in class org.jvnet.ws.wadl.Param
 
STYLE_DEFAULT - Static variable in class org.jvnet.ws.wadl2java.Wadl2Java
 
STYLE_JAXRS20 - Static variable in class org.jvnet.ws.wadl2java.Wadl2Java
 
STYLE_JERSEY1X - Static variable in class org.jvnet.ws.wadl2java.Wadl2Java
 
STYLE_SET - Static variable in class org.jvnet.ws.wadl2java.Wadl2Java
 

T

TARGET_ATTRIBUTE_DIRECTORY(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
target attribute {0} must specify a directory
TARGET_ATTRIBUTE_REQUIRED() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
target attribute must be specified
TARGET_DIRECTORY_MUST_EXIST(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
target directory {0} must exist
TEMPLATE_VALUE_MISSING(Object) - Static method in class org.jvnet.ws.wadl.ast.AstMessages
No value for required template parameter: {0}
title - Variable in class org.jvnet.ws.wadl.Doc
 
toString() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
type - Variable in class org.jvnet.ws.wadl.Param
 
type - Variable in class org.jvnet.ws.wadl.Resource
 

U

UNKNOWN_OPTION(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Unknown option: {0}
uriTemplateType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 
uriTemplateType() - Method in class org.jvnet.ws.wadl2java.jaxrs.JAXRS20ResourceClassGenerator
 
uriTemplateType() - Method in class org.jvnet.ws.wadl2java.jersey.Jersey1xResourceClassGenerator
 
USAGE() - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Usage: wadl2java -o outputDir -s style -p package [-a] [-c customizationFile]* [-xjcArgument argument]* file.wadl

V

value() - Method in enum org.jvnet.ws.wadl.HTTPMethods
 
value - Variable in class org.jvnet.ws.wadl.Option
 
value() - Method in enum org.jvnet.ws.wadl.ParamStyle
 
valueOf(String) - Static method in enum org.jvnet.ws.wadl.HTTPMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jvnet.ws.wadl.ParamStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator.MethodType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jvnet.ws.wadl.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jvnet.ws.wadl.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jvnet.ws.wadl.util.AbstractMultivaluedMap
 
values() - Static method in enum org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(AbstractNode) - Method in interface org.jvnet.ws.wadl.ast.AbstractNode.NodeVisitor
 
visit(AbstractNode.NodeVisitor) - Method in class org.jvnet.ws.wadl.ast.AbstractNode
Allow the provided parameter to visit the current node and any child nodes.
visit(AbstractNode.NodeVisitor) - Method in class org.jvnet.ws.wadl.ast.ApplicationNode
Allow the provided parameter to visit the current node and any child nodes.
visit(AbstractNode.NodeVisitor) - Method in class org.jvnet.ws.wadl.ast.MethodNode
Allow the provided parameter to visit the current node and any child nodes.
visit(AbstractNode.NodeVisitor) - Method in class org.jvnet.ws.wadl.ast.ResourceNode
Allow the provided parameter to visit the current node and any child nodes.
visit(AbstractNode.NodeVisitor) - Method in class org.jvnet.ws.wadl.ast.ResourceTypeNode
Allow the provided parameter to visit the current node and any child nodes.

W

Wadl2Java - Class in org.jvnet.ws.wadl2java
Processes a WADL file and generates client-side stubs for the resources and methods described.
Wadl2Java(Wadl2Java.Parameters) - Constructor for class org.jvnet.ws.wadl2java.Wadl2Java
Creates a new instance of a Wadl2Java processor.
Wadl2Java.Parameters - Class in org.jvnet.ws.wadl2java
A parameter object to make it easier to extend this class without having to add more constructors or parameters.
Wadl2Java.Parameters() - Constructor for class org.jvnet.ws.wadl2java.Wadl2Java.Parameters
 
Wadl2Java.SchemaCompilerErrorListener - Class in org.jvnet.ws.wadl2java
Inner class implementing the JAXB ErrorListener interface to support error reporting from the JAXB infrastructure.
Wadl2Java.SchemaCompilerErrorListener() - Constructor for class org.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
 
Wadl2JavaMessages - Class in org.jvnet.ws.wadl2java
Defines string formatting method for each constant in the resource file
Wadl2JavaMessages() - Constructor for class org.jvnet.ws.wadl2java.Wadl2JavaMessages
 
WADL_DESCRIPTION_FILE(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
WADL description {0} must be a file
WADL_DESCRIPTION_MUST_EXIST(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
WADL description {0} must exist
WadlAstBuilder - Class in org.jvnet.ws.wadl.ast
Encapsulates the act of build an AST from the URI or a WADL.
WadlAstBuilder(WadlAstBuilder.SchemaCallback, MessageListener) - Constructor for class org.jvnet.ws.wadl.ast.WadlAstBuilder
Create a new instance of the AST builder providing a MessageListener for informational messages and a WadlAstBuilder.SchemaCallback instance to allow the caller to be provided with schema instances to process.
WadlAstBuilder.SchemaCallback - Interface in org.jvnet.ws.wadl.ast
Allow client to process both internal and external schemas.
warning(String, Throwable) - Method in interface org.jvnet.ws.wadl.util.MessageListener
Report a warning.
warning(SAXParseException) - Method in class org.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
Report a warning
WARNING(Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Warning:{0}
WARNING_FILE(Object, Object, Object, Object) - Static method in class org.jvnet.ws.wadl2java.Wadl2JavaMessages
Warning: {0}, line {1}, col {2}, file {3}
webApplicationExceptionType() - Method in class org.jvnet.ws.wadl2java.common.BaseResourceClassGenerator
 

_

_default - Variable in class org.jvnet.ws.wadl.Param
 

A B C D E F G H I J K L M N O P Q R S T U V W _

Copyright © 2014. All Rights Reserved.