Uses of Class
org.apache.axis2.jaxws.description.builder.WebMethodAnnot
Packages that use WebMethodAnnot
-
Uses of WebMethodAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WebMethodAnnotModifier and TypeMethodDescriptionstatic WebMethodAnnotWebMethodAnnot.createWebMethodAnnotImpl()MethodDescriptionComposite.getWebMethodAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebMethodAnnotModifier and TypeMethodDescriptionvoidMethodDescriptionComposite.setWebMethodAnnot(WebMethodAnnot webMethodAnnot) Constructors in org.apache.axis2.jaxws.description.builder with parameters of type WebMethodAnnotModifierConstructorDescriptionMethodDescriptionComposite(String methodName, String returnType, WebMethodAnnot webMethodAnnot, WebResultAnnot webResultAnnot, boolean oneWayAnnotated, HandlerChainAnnot handlerChainAnnot, SoapBindingAnnot soapBindingAnnot, WebServiceRefAnnot webServiceRefAnnot, WebEndpointAnnot webEndpointAnnot, RequestWrapperAnnot requestWrapperAnnot, ResponseWrapperAnnot responseWrapperAnnot)