Uses of Class
org.apache.axis2.jaxws.description.builder.WebMethodAnnot
-
Packages that use WebMethodAnnot Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of WebMethodAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WebMethodAnnot Modifier and Type Method Description static WebMethodAnnot
WebMethodAnnot. createWebMethodAnnotImpl()
WebMethodAnnot
MethodDescriptionComposite. getWebMethodAnnot()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebMethodAnnot Modifier and Type Method Description void
MethodDescriptionComposite. setWebMethodAnnot(WebMethodAnnot webMethodAnnot)
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type WebMethodAnnot Constructor Description MethodDescriptionComposite(String methodName, String returnType, WebMethodAnnot webMethodAnnot, WebResultAnnot webResultAnnot, boolean oneWayAnnotated, HandlerChainAnnot handlerChainAnnot, SoapBindingAnnot soapBindingAnnot, WebServiceRefAnnot webServiceRefAnnot, WebEndpointAnnot webEndpointAnnot, RequestWrapperAnnot requestWrapperAnnot, ResponseWrapperAnnot responseWrapperAnnot)
-