Uses of Class
org.apache.axis2.jaxws.description.builder.ResponseWrapperAnnot
-
Packages that use ResponseWrapperAnnot Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of ResponseWrapperAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return ResponseWrapperAnnot Modifier and Type Method Description static ResponseWrapperAnnot
ResponseWrapperAnnot. createResponseWrapperAnnotImpl()
static ResponseWrapperAnnot
ResponseWrapperAnnot. createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className)
static ResponseWrapperAnnot
ResponseWrapperAnnot. createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName)
ResponseWrapperAnnot
MethodDescriptionComposite. getResponseWrapperAnnot()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type ResponseWrapperAnnot Modifier and Type Method Description void
MethodDescriptionComposite. setResponseWrapperAnnot(ResponseWrapperAnnot responseWrapperAnnot)
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type ResponseWrapperAnnot 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)
-