|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseResourceClassGenerator.MethodType | |
|---|---|
| org.jvnet.ws.wadl2java.common | |
| Uses of BaseResourceClassGenerator.MethodType in org.jvnet.ws.wadl2java.common |
|---|
| Methods in org.jvnet.ws.wadl2java.common that return BaseResourceClassGenerator.MethodType | |
|---|---|
static BaseResourceClassGenerator.MethodType |
BaseResourceClassGenerator.MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BaseResourceClassGenerator.MethodType[] |
BaseResourceClassGenerator.MethodType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jvnet.ws.wadl2java.common with parameters of type BaseResourceClassGenerator.MethodType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||