Uses of Class
org.jvnet.ws.wadl.Param

Packages that use Param
org.jvnet.ws.wadl   
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. 
org.jvnet.ws.wadl2java.common   
 

Uses of Param in org.jvnet.ws.wadl
 

Fields in org.jvnet.ws.wadl with type parameters of type Param
protected  List<Param> Response.param
           
protected  List<Param> ResourceType.param
           
protected  List<Param> Resource.param
           
protected  List<Param> Request.param
           
protected  List<Param> Representation.param
           
 

Methods in org.jvnet.ws.wadl that return Param
 Param ObjectFactory.createParam()
          Create an instance of Param
 

Methods in org.jvnet.ws.wadl that return types with arguments of type Param
 List<Param> Response.getParam()
          Gets the value of the param property.
 List<Param> ResourceType.getParam()
          Gets the value of the param property.
 List<Param> Resource.getParam()
          Gets the value of the param property.
 List<Param> Request.getParam()
          Gets the value of the param property.
 List<Param> Representation.getParam()
          Gets the value of the param property.
 

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

Methods in org.jvnet.ws.wadl.ast that return Param
protected static Param PathSegment.derefIfRequired(Param p, URI file, ElementResolver idMap)
          Dereference a param reference element if required.
 

Methods in org.jvnet.ws.wadl.ast that return types with arguments of type Param
 List<Param> PathSegment.getHeaderParameters()
          Get list of header parameters attached to the path segment.
 List<Param> MethodNode.getHeaderParameters()
          Get all the header parameters
 List<Param> ResourceTypeNode.getHeaderParams()
          Get the header parameters.
 List<Param> ResourceNode.getHeaderParams()
          Get a list of header parameters for this resource and its types.
 List<Param> PathSegment.getMatrixParameters()
          Get list of matrix parameters attached to the path segment.
 List<Param> MethodNode.getMatrixParameters()
          Get all the matrix parameters for this and enclosing resources
 List<Param> ResourceTypeNode.getMatrixParams()
          Get the matrix parameters.
 List<Param> ResourceNode.getMatrixParams()
          Get a list of header parameters for this resource and its types.
 List<Param> MethodNode.getOptionalParameters()
          Get the parameters marked as optional
 List<Param> RepresentationNode.getParam()
          Get a list of child parameters.
 List<Param> FaultNode.getParam()
          Get the child parameters.
 List<Param> PathSegment.getQueryParameters()
          Get list of query parameters attached to the path segment.
 List<Param> MethodNode.getQueryParameters()
          Get all the query parameters
 List<Param> ResourceTypeNode.getQueryParams()
          Get the query parameters.
 List<Param> ResourceNode.getQueryParams()
          Get a list of query parameters for this resource and its types.
 List<Param> MethodNode.getRequiredParameters()
          Get the parameters marked as required
 List<Param> PathSegment.getTemplateParameters()
          Get a list of parameters embedded within the underlying path segment template.
 

Methods in org.jvnet.ws.wadl.ast with parameters of type Param
protected static Param PathSegment.derefIfRequired(Param p, URI file, ElementResolver idMap)
          Dereference a param reference element if required.
protected  void WadlAstBuilder.extractParamId(Param p, URI file)
          Extract the id from a param element and add to the representation map.
 

Uses of Param in org.jvnet.ws.wadl2java
 

Methods in org.jvnet.ws.wadl2java with parameters of type Param
 void ResourceClassGenerator.generateBeanProperty(com.sun.codemodel.JDefinedClass $impl, List<Param> matrixParameters, Param p, boolean isAbstract)
          Generate a bean setter and getter for a parameter.
 void JavaDocUtil.generateEnumDoc(Param p, com.sun.codemodel.JDefinedClass e)
          Extract documentation from a WADL param with enumerated values and add it to the corresponding Java enum.
 void JavaDocUtil.generateParamDoc(Param p, com.sun.codemodel.JMethod jm)
          Extract documentation from a WADL param and add it to the corresponding Java method.
 void JavaDocUtil.generateReturnDoc(Param p, com.sun.codemodel.JMethod jm)
          Extract documentation from a WADL param and add it to the corresponding Java method return.
static com.sun.codemodel.JClass GeneratorUtil.getJavaType(Param param, com.sun.codemodel.JCodeModel model, com.sun.codemodel.JDefinedClass parentClass, JavaDocUtil javaDoc)
          Maps WADL param types to their respective Java type.
 

Method parameters in org.jvnet.ws.wadl2java with type arguments of type Param
 void ResourceClassGenerator.generateBeanProperty(com.sun.codemodel.JDefinedClass $impl, List<Param> matrixParameters, Param p, boolean isAbstract)
          Generate a bean setter and getter for a parameter.
 

Uses of Param in org.jvnet.ws.wadl2java.common
 

Methods in org.jvnet.ws.wadl2java.common with parameters of type Param
 void BaseResourceClassGenerator.generateBeanProperty(com.sun.codemodel.JDefinedClass $impl, List<Param> matrixParameters, Param p, boolean isAbstract)
          Generate a bean setter and getter for a parameter.
 

Method parameters in org.jvnet.ws.wadl2java.common with type arguments of type Param
 void BaseResourceClassGenerator.generateBeanProperty(com.sun.codemodel.JDefinedClass $impl, List<Param> matrixParameters, Param p, boolean isAbstract)
          Generate a bean setter and getter for a parameter.
 



Copyright © 2014. All Rights Reserved.