Package | Description |
---|---|
com.sun.tools.ws.processor.model.jaxb |
Modifier and Type | Method and Description |
---|---|
JAXBMapping |
JAXBModel.get(QName elementName) |
JAXBMapping |
JAXBModel.get(String className) |
JAXBMapping |
JAXBType.getJaxbMapping() |
Modifier and Type | Method and Description |
---|---|
List<JAXBMapping> |
JAXBModel.getMappings() |
Modifier and Type | Method and Description |
---|---|
void |
JAXBType.setJaxbMapping(JAXBMapping jaxbMapping) |
Modifier and Type | Method and Description |
---|---|
void |
JAXBModel.setMappings(List<JAXBMapping> mappings) |
Constructor and Description |
---|
JAXBType(QName name,
JavaType type,
JAXBMapping jaxbMapping,
JAXBModel jaxbModel) |
Copyright © 2017 Oracle Corporation. All rights reserved.