Uses of Class
com.sun.tools.ws.processor.model.AbstractType

Packages that use AbstractType
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
 AbstractType AsyncOperation.getResponseBeanType()
           
 AbstractType Parameter.getType()
           
 AbstractType Block.getType()
           
 

Methods in com.sun.tools.ws.processor.model that return types with arguments of type AbstractType
 java.util.Set<AbstractType> Model.getExtraTypesSet()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type AbstractType
 void Model.addExtraType(AbstractType type)
           
 void AsyncOperation.setResponseBean(AbstractType type)
           
 void Parameter.setType(AbstractType t)
           
 void Block.setType(AbstractType type)
           
 

Method parameters in com.sun.tools.ws.processor.model with type arguments of type AbstractType
 void Model.setExtraTypesSet(java.util.Set<AbstractType> s)
           
 

Constructors in com.sun.tools.ws.processor.model with parameters of type AbstractType
Block(javax.xml.namespace.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
 class JAXBStructuredType
          Top-level binding between JAXB generated Java type and XML Schema element declaration.
 class JAXBType
          Top-level binding between JAXB generated Java type and XML Schema element declaration.
 class RpcLitMember
           
 class RpcLitStructure
           
 



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