| Package | Description |
|---|---|
| com.sun.tools.ws.processor.model | |
| com.sun.tools.ws.processor.model.jaxb | |
| com.sun.tools.ws.processor.modeler.wsdl |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
ModelerUtils.createParameter(String partName,
AbstractType jaxbType,
Block block)
Called for non-wrapper style operations.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.