Uses of Class
org.apache.axis2.jaxws.description.builder.RequestWrapperAnnot
-
Packages that use RequestWrapperAnnot Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of RequestWrapperAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return RequestWrapperAnnot Modifier and Type Method Description static RequestWrapperAnnotRequestWrapperAnnot. createRequestWrapperAnnotImpl()static RequestWrapperAnnotRequestWrapperAnnot. createRequestWrapperAnnotImpl(String localName, String targetNamespace, String className)static RequestWrapperAnnotRequestWrapperAnnot. createRequestWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName)RequestWrapperAnnotMethodDescriptionComposite. getRequestWrapperAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type RequestWrapperAnnot Modifier and Type Method Description voidMethodDescriptionComposite. setRequestWrapperAnnot(RequestWrapperAnnot requestWrapperAnnot)Constructors in org.apache.axis2.jaxws.description.builder with parameters of type RequestWrapperAnnot 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)
-