Uses of Class
org.apache.axis2.jaxws.description.xml.handler.ParamValueType
-
Packages that use ParamValueType Package Description org.apache.axis2.jaxws.description.xml.handler -
-
Uses of ParamValueType in org.apache.axis2.jaxws.description.xml.handler
Fields in org.apache.axis2.jaxws.description.xml.handler with type parameters of type ParamValueType Modifier and Type Field Description protected List<ParamValueType>
HandlerType. initParam
protected List<ParamValueType>
ServiceRefHandlerType. initParam
Methods in org.apache.axis2.jaxws.description.xml.handler that return ParamValueType Modifier and Type Method Description ParamValueType
ObjectFactory. createParamValueType()
Create an instance ofParamValueType
Methods in org.apache.axis2.jaxws.description.xml.handler that return types with arguments of type ParamValueType Modifier and Type Method Description List<ParamValueType>
HandlerType. getInitParam()
Gets the value of the initParam property.List<ParamValueType>
ServiceRefHandlerType. getInitParam()
Gets the value of the initParam property.
-