Apache CXF API

Uses of Class
org.apache.cxf.tools.common.model.JavaParameter

Packages that use JavaParameter
org.apache.cxf.tools.common.model   
 

Uses of JavaParameter in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that return JavaParameter
 JavaParameter JavaMethod.getParameter(java.lang.String paramName)
           
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaParameter
 java.util.List<JavaParameter> JavaMethod.getParameters()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaParameter
 void JavaMethod.addParameter(JavaParameter param)
           
 


Apache CXF API

Apache CXF