Uses of Class
org.apache.axis2.jaxws.description.builder.ResponseWrapperAnnot
Packages that use ResponseWrapperAnnot
-
Uses of ResponseWrapperAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return ResponseWrapperAnnotModifier and TypeMethodDescriptionstatic ResponseWrapperAnnotResponseWrapperAnnot.createResponseWrapperAnnotImpl()static ResponseWrapperAnnotResponseWrapperAnnot.createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className) static ResponseWrapperAnnotResponseWrapperAnnot.createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName) MethodDescriptionComposite.getResponseWrapperAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type ResponseWrapperAnnotModifier and TypeMethodDescriptionvoidMethodDescriptionComposite.setResponseWrapperAnnot(ResponseWrapperAnnot responseWrapperAnnot) Constructors in org.apache.axis2.jaxws.description.builder with parameters of type ResponseWrapperAnnotModifierConstructorDescriptionMethodDescriptionComposite(String methodName, String returnType, WebMethodAnnot webMethodAnnot, WebResultAnnot webResultAnnot, boolean oneWayAnnotated, HandlerChainAnnot handlerChainAnnot, SoapBindingAnnot soapBindingAnnot, WebServiceRefAnnot webServiceRefAnnot, WebEndpointAnnot webEndpointAnnot, RequestWrapperAnnot requestWrapperAnnot, ResponseWrapperAnnot responseWrapperAnnot)