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 ResponseWrapperAnnotResponseWrapperAnnot. createResponseWrapperAnnotImpl()static ResponseWrapperAnnotResponseWrapperAnnot. createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className)static ResponseWrapperAnnotResponseWrapperAnnot. createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName)ResponseWrapperAnnotMethodDescriptionComposite. getResponseWrapperAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type ResponseWrapperAnnot Modifier and Type Method Description voidMethodDescriptionComposite. 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)
-