org.apache.axis2.jaxws.marshaller
Class MethodParameter
java.lang.Object
org.apache.axis2.jaxws.marshaller.MethodParameter
public class MethodParameter
- extends Object
Stores Method Parameter as Name and Value. Method Parameter can be an input Method Parameter or
output Method parameter. input Method Parameter is a input to a java Method. output Method
Parameter is a return parameter from a java Method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodParameter
public MethodParameter(ParameterDescription parameterDescription,
Object value)
MethodParameter
public MethodParameter(String webResultName,
String webResultTNS,
Class webResultType,
Object value)
getParameterDescription
public ParameterDescription getParameterDescription()
setParameterDescription
public void setParameterDescription(ParameterDescription parameterDescription)
getWebResultName
public String getWebResultName()
setWebResultName
public void setWebResultName(String webResultName)
isWebResult
public boolean isWebResult()
setWebResult
public void setWebResult(boolean isWebResult)
getValue
public Object getValue()
getWebResultTNS
public String getWebResultTNS()
setWebResultTNS
public void setWebResultTNS(String webResultTNS)
getWebResultType
public Class getWebResultType()
setWebResultType
public void setWebResultType(Class webResultType)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.