Uses of Class
com.sun.tools.ws.processor.modeler.annotation.WrapperInfo

Packages that use WrapperInfo
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
 WrapperInfo AnnotationProcessorContext.SEIContext.getReqOperationWrapper(MethodDeclaration method)
           
 WrapperInfo AnnotationProcessorContext.SEIContext.getResOperationWrapper(MethodDeclaration method)
           
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type WrapperInfo
 void AnnotationProcessorContext.SEIContext.setReqWrapperOperation(MethodDeclaration method, WrapperInfo wrapperInfo)
           
 void AnnotationProcessorContext.SEIContext.setResWrapperOperation(MethodDeclaration method, WrapperInfo wrapperInfo)