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 WebEndpointAnnot
WebEndpointAnnot. createWebEndpointAnnotImpl()
static WebEndpointAnnot
WebEndpointAnnot. createWebEndpointAnnotImpl(String name)
WebEndpointAnnot
MethodDescriptionComposite. getWebEndpointAnnot()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebEndpointAnnot Modifier and Type Method Description void
MethodDescriptionComposite. 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)
-