| Package | Description |
|---|---|
| org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
| org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingApiToModel.mapTModelDescriptions(List<org.uddi.api_v3.Description> apiDescList,
List<TmodelDescr> modelDescList,
Tmodel modelTModel) |
static void |
MappingModelToApi.mapTModelDescriptions(List<TmodelDescr> modelDescList,
List<org.uddi.api_v3.Description> apiDescList) |
| Modifier and Type | Method and Description |
|---|---|
List<TmodelDescr> |
Tmodel.getTmodelDescrs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tmodel.setTmodelDescrs(List<TmodelDescr> tmodelDescrs) |
| Constructor and Description |
|---|
Tmodel(String entityKey,
String authorizedName,
String operator,
String name,
String langCode,
boolean deleted,
Date modified,
List<OverviewDoc> overviewDocs,
List<TmodelDescr> tmodelDescrs,
List<TmodelIdentifier> tmodelIdentifiers,
TmodelCategoryBag categoryBag) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.