Uses of Class
org.apache.axis2.jaxws.description.builder.WebResultAnnot
-
Packages that use WebResultAnnot Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of WebResultAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WebResultAnnot Modifier and Type Method Description static WebResultAnnot
WebResultAnnot. createWebResultAnnotImpl()
WebResultAnnot
MethodDescriptionComposite. getWebResultAnnot()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebResultAnnot Modifier and Type Method Description void
MethodDescriptionComposite. setWebResultAnnot(WebResultAnnot webResultAnnot)
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type WebResultAnnot 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)
-