Uses of Class
org.apache.axis2.jaxws.description.builder.WebEndpointAnnot
-
Packages that use WebEndpointAnnot Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of WebEndpointAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WebEndpointAnnot Modifier and Type Method Description static WebEndpointAnnotWebEndpointAnnot. createWebEndpointAnnotImpl()static WebEndpointAnnotWebEndpointAnnot. createWebEndpointAnnotImpl(String name)WebEndpointAnnotMethodDescriptionComposite. getWebEndpointAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebEndpointAnnot Modifier and Type Method Description voidMethodDescriptionComposite. setWebEndpointAnnot(WebEndpointAnnot webEndpointAnnot)Constructors in org.apache.axis2.jaxws.description.builder with parameters of type WebEndpointAnnot 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)
-