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