Uses of Class
org.apache.axis2.jaxws.description.builder.WebParamAnnot
-
Packages that use WebParamAnnot Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of WebParamAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WebParamAnnot Modifier and Type Method Description static WebParamAnnot
WebParamAnnot. createWebParamAnnotImpl()
WebParamAnnot
ParameterDescriptionComposite. getWebParamAnnot()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebParamAnnot Modifier and Type Method Description void
ParameterDescriptionComposite. setWebParamAnnot(WebParamAnnot webParamAnnot)
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type WebParamAnnot Constructor Description ParameterDescriptionComposite(String parameterType, Class parameterTypeClass, WebParamAnnot webParamAnnot, WebServiceRefAnnot webServiceRefAnnot)
-