Uses of Interface
org.apache.axis2.jaxws.description.ParameterDescription
-
Packages that use ParameterDescription Package Description org.apache.axis2.jaxws.description org.apache.axis2.jaxws.marshaller org.apache.axis2.jaxws.marshaller.impl.alt -
-
Uses of ParameterDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return ParameterDescription Modifier and Type Method Description ParameterDescriptionOperationDescription. getParameterDescription(int parameterNumber)ParameterDescriptionOperationDescription. getParameterDescription(String parameterName)ParameterDescription[]OperationDescription. getParameterDescriptions() -
Uses of ParameterDescription in org.apache.axis2.jaxws.marshaller
Methods in org.apache.axis2.jaxws.marshaller that return ParameterDescription Modifier and Type Method Description ParameterDescriptionMethodParameter. getParameterDescription()Methods in org.apache.axis2.jaxws.marshaller with parameters of type ParameterDescription Modifier and Type Method Description voidMethodParameter. setParameterDescription(ParameterDescription parameterDescription)Constructors in org.apache.axis2.jaxws.marshaller with parameters of type ParameterDescription Constructor Description MethodParameter(ParameterDescription parameterDescription, Object value) -
Uses of ParameterDescription in org.apache.axis2.jaxws.marshaller.impl.alt
Methods in org.apache.axis2.jaxws.marshaller.impl.alt that return ParameterDescription Modifier and Type Method Description ParameterDescriptionPDElement. getParam()Constructors in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type ParameterDescription Constructor Description PDElement(ParameterDescription param, Element element, Class byType)PDElement(ParameterDescription param, Element element, Class byType, org.apache.axis2.jaxws.marshaller.impl.alt.Attachment attachment)
-