Uses of Interface
com.sun.tools.xjc.api.TypeAndAnnotation

Packages that use TypeAndAnnotation
com.sun.tools.ws.processor.model.jaxb   
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
 

Uses of TypeAndAnnotation in com.sun.tools.ws.processor.model.jaxb
 

Methods in com.sun.tools.ws.processor.model.jaxb that return TypeAndAnnotation
 TypeAndAnnotation JAXBTypeAndAnnotation.getTypeAnn()
           
 

Methods in com.sun.tools.ws.processor.model.jaxb with parameters of type TypeAndAnnotation
 void JAXBTypeAndAnnotation.setTypeAnn(TypeAndAnnotation typeAnn)
           
 

Constructors in com.sun.tools.ws.processor.model.jaxb with parameters of type TypeAndAnnotation
JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn)
           
JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn, JType type)
           
 

Uses of TypeAndAnnotation in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl that return TypeAndAnnotation
 TypeAndAnnotation JAXBModelBuilder.getElementTypeAndAnn(QName qname)
           
 

Uses of TypeAndAnnotation in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api that return TypeAndAnnotation
 TypeAndAnnotation S2JJAXBModel.getJavaType(QName xmlTypeName)
          Returns the fully-qualified name of the Java type that is bound to the specified XML type.
 TypeAndAnnotation Mapping.getType()
          Returns the fully-qualified name of the java class for the type of this element.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.