Uses of Class
com.sun.tools.ws.processor.modeler.annotation.WrapperInfo
-
Packages that use WrapperInfo Package Description com.sun.tools.ws.processor.modeler.annotation -
-
Uses of WrapperInfo in com.sun.tools.ws.processor.modeler.annotation
Methods in com.sun.tools.ws.processor.modeler.annotation that return WrapperInfo Modifier and Type Method Description WrapperInfoAnnotationProcessorContext.SeiContext. getReqOperationWrapper(ExecutableElement method)WrapperInfoAnnotationProcessorContext.SeiContext. getResOperationWrapper(ExecutableElement method)Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type WrapperInfo Modifier and Type Method Description voidAnnotationProcessorContext.SeiContext. setReqWrapperOperation(ExecutableElement method, WrapperInfo wrapperInfo)voidAnnotationProcessorContext.SeiContext. setResWrapperOperation(ExecutableElement method, WrapperInfo wrapperInfo)
-