Uses of Class
com.sun.tools.ws.processor.model.AbstractType
-
Packages that use AbstractType Package Description com.sun.tools.ws.processor.model com.sun.tools.ws.processor.model.jaxb -
-
Uses of AbstractType in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return AbstractType Modifier and Type Method Description AbstractTypeAsyncOperation. getResponseBeanType()AbstractTypeBlock. getType()AbstractTypeParameter. getType()Methods in com.sun.tools.ws.processor.model that return types with arguments of type AbstractType Modifier and Type Method Description Set<AbstractType>Model. getExtraTypesSet()Methods in com.sun.tools.ws.processor.model with parameters of type AbstractType Modifier and Type Method Description voidModel. addExtraType(AbstractType type)voidAsyncOperation. setResponseBean(AbstractType type)voidBlock. setType(AbstractType type)voidParameter. setType(AbstractType t)Method parameters in com.sun.tools.ws.processor.model with type arguments of type AbstractType Modifier and Type Method Description voidModel. setExtraTypesSet(Set<AbstractType> s)Constructors in com.sun.tools.ws.processor.model with parameters of type AbstractType Constructor Description Block(QName name, AbstractType type, Entity entity) -
Uses of AbstractType in com.sun.tools.ws.processor.model.jaxb
Subclasses of AbstractType in com.sun.tools.ws.processor.model.jaxb Modifier and Type Class Description classJAXBStructuredTypeTop-level binding between JAXB generated Java type and XML Schema element declaration.classJAXBTypeTop-level binding between JAXB generated Java type and XML Schema element declaration.classRpcLitMemberclassRpcLitStructure
-