|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractType | |
---|---|
com.sun.tools.ws.processor.model | |
com.sun.tools.ws.processor.model.jaxb | |
com.sun.tools.ws.processor.modeler.wsdl |
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 | |
---|---|
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(Set<AbstractType> s)
|
Constructors in com.sun.tools.ws.processor.model with parameters of type AbstractType | |
---|---|
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 | |
---|---|
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
|
Uses of AbstractType in com.sun.tools.ws.processor.modeler.wsdl |
---|
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type AbstractType | |
---|---|
static Parameter |
ModelerUtils.createParameter(String partName,
AbstractType jaxbType,
Block block)
Called for non-wrapper style operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |