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(javax.lang.model.element.ExecutableElement method)
           
 WrapperInfo AnnotationProcessorContext.SeiContext.getResOperationWrapper(javax.lang.model.element.ExecutableElement method)
           
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type WrapperInfo
 void AnnotationProcessorContext.SeiContext.setReqWrapperOperation(javax.lang.model.element.ExecutableElement method, WrapperInfo wrapperInfo)
           
 void AnnotationProcessorContext.SeiContext.setResWrapperOperation(javax.lang.model.element.ExecutableElement method, WrapperInfo wrapperInfo)
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.