Package | Description |
---|---|
com.sun.tools.ws.processor.model | |
com.sun.tools.ws.processor.model.jaxb |
Modifier and Type | Method and Description |
---|---|
AbstractType |
AsyncOperation.getResponseBeanType() |
AbstractType |
Block.getType() |
AbstractType |
Parameter.getType() |
Modifier and Type | Method and Description |
---|---|
Set<AbstractType> |
Model.getExtraTypesSet() |
Modifier and Type | Method and Description |
---|---|
void |
Model.addExtraType(AbstractType type) |
void |
AsyncOperation.setResponseBean(AbstractType type) |
void |
Block.setType(AbstractType type) |
void |
Parameter.setType(AbstractType t) |
Modifier and Type | Method and Description |
---|---|
void |
Model.setExtraTypesSet(Set<AbstractType> s) |
Constructor and Description |
---|
Block(QName name,
AbstractType type,
Entity entity) |
Modifier and Type | Class and Description |
---|---|
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 © 2018 Oracle Corporation. All rights reserved.