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

Packages that use MethodNode
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   
org.jvnet.ws.wadl2java.jaxrs   
org.jvnet.ws.wadl2java.jersey   
 

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

Methods in org.jvnet.ws.wadl.ast that return types with arguments of type MethodNode
 List<MethodNode> ResourceNode.getMethods()
          Get the method for this resource.
 List<MethodNode> ResourceTypeNode.getMethods()
          Get the methods for this resource type.
 

Uses of MethodNode in org.jvnet.ws.wadl2java
 

Methods in org.jvnet.ws.wadl2java with parameters of type MethodNode
 void ResourceClassGenerator.generateMethodDecls(MethodNode method, boolean isAbstract)
          Generate a set of method declarations for a WADL method element.
 void JavaDocUtil.generateMethodDoc(MethodNode m, com.sun.codemodel.JMethod jm)
          Extract documentation from a WADL method and add it to the corresponding generated Java method.
 

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

Methods in org.jvnet.ws.wadl2java.common with parameters of type MethodNode
protected abstract  com.sun.codemodel.JExpression BaseResourceClassGenerator.createProcessInvocation(MethodNode method, com.sun.codemodel.JBlock $methodBody, com.sun.codemodel.JVar $resourceBuilder, String methodString, RepresentationNode inputRep, com.sun.codemodel.JType returnType, com.sun.codemodel.JExpression $returnTypeExpr, com.sun.codemodel.JExpression $entityExpr)
           
protected  void BaseResourceClassGenerator.generateBody(MethodNode method, boolean isJAXB, Map<com.sun.codemodel.JType,com.sun.codemodel.JDefinedClass> exceptionMap, RepresentationNode outputRep, com.sun.codemodel.JVar $genericMethodParameter, boolean wrapInputTypeInJAXBElement, com.sun.codemodel.JType inputType, com.sun.codemodel.JType returnType, com.sun.codemodel.JVar $resourceBuilder, RepresentationNode inputRep, com.sun.codemodel.JBlock $methodBody)
          Generate a method body that uses a JAXBDispatcher, used when the payloads are XML.
protected  void BaseResourceClassGenerator.generateConditionalForFaultNode(MethodNode method, com.sun.codemodel.JBlock $methodBody, com.sun.codemodel.JVar $response)
          Generates the switch block based on status code that will throw exceptions for a specified failure
protected  void BaseResourceClassGenerator.generateMethodDecl(Map<com.sun.codemodel.JType,com.sun.codemodel.JDefinedClass> exceptionMap, MethodNode method, boolean includeOptionalParams, RepresentationNode inputRep, RepresentationNode outputRep, BaseResourceClassGenerator.MethodType methodType, boolean isAbstract)
          Generate a Java method for a specified combination of WADL method, input representation and output representation elements.
 void BaseResourceClassGenerator.generateMethodDecls(MethodNode method, boolean isAbstract)
          Generate a set of method declarations for a WADL method element.
protected  void BaseResourceClassGenerator.generateMethodVariants(Map<com.sun.codemodel.JType,com.sun.codemodel.JDefinedClass> exceptionMap, MethodNode method, boolean includeOptionalParams, RepresentationNode inputRep, RepresentationNode outputRep, boolean isAbstract)
          Generate one or two Java methods for a specified combination of WADL method, input representation and output representation elements.
protected  String BaseResourceClassGenerator.getMethodName(MethodNode method, RepresentationNode inputRep, RepresentationNode outputRep, com.sun.codemodel.JType returnType)
          Generate a name for the method.
 

Uses of MethodNode in org.jvnet.ws.wadl2java.jaxrs
 

Methods in org.jvnet.ws.wadl2java.jaxrs with parameters of type MethodNode
protected  com.sun.codemodel.JExpression JAXRS20ResourceClassGenerator.createProcessInvocation(MethodNode method, com.sun.codemodel.JBlock $methodBody, com.sun.codemodel.JVar $resourceBuilder, String methodString, RepresentationNode inputRep, com.sun.codemodel.JType returnType, com.sun.codemodel.JExpression $returnTypeExpr, com.sun.codemodel.JExpression $entityExpr)
           
 

Uses of MethodNode in org.jvnet.ws.wadl2java.jersey
 

Methods in org.jvnet.ws.wadl2java.jersey with parameters of type MethodNode
protected  com.sun.codemodel.JExpression Jersey1xResourceClassGenerator.createProcessInvocation(MethodNode method, com.sun.codemodel.JBlock $methodBody, com.sun.codemodel.JVar $resourceBuilder, String methodString, RepresentationNode inputRep, com.sun.codemodel.JType returnType, com.sun.codemodel.JExpression $returnTypeExpr, com.sun.codemodel.JExpression $entityExpr)
           
 



Copyright © 2012. All Rights Reserved.