Class JavaMethod
java.lang.Object
com.sun.xml.rpc.processor.model.java.JavaMethod
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddException(String exception) voidaddParameter(JavaParameter param) getName()intbooleanhasException(String exception) booleanhasParameter(String paramName) voidsetDeclaringClass(String declaringClass) voidvoidvoidvoidsetReturnType(JavaType returnType)
-
Constructor Details
-
JavaMethod
public JavaMethod() -
JavaMethod
-
-
Method Details
-
getName
-
setName
-
getReturnType
-
setReturnType
-
hasParameter
-
addParameter
-
getParameters
-
getParameterCount
public int getParameterCount() -
getParametersList
-
setParametersList
-
hasException
-
addException
-
getExceptions
-
getExceptionsList
-
setExceptionsList
-
getDeclaringClass
-
setDeclaringClass
-