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.mapTModelInstanceInfoDescriptions(List<org.uddi.api_v3.Description> apiDescList,
List<TmodelInstanceInfoDescr> modelDescList,
TmodelInstanceInfo modelTModelInstInfo) |
static void |
MappingModelToApi.mapTModelInstanceInfoDescriptions(List<TmodelInstanceInfoDescr> modelDescList,
List<org.uddi.api_v3.Description> apiDescList) |
Modifier and Type | Method and Description |
---|---|
List<TmodelInstanceInfoDescr> |
TmodelInstanceInfo.getTmodelInstanceInfoDescrs() |
Modifier and Type | Method and Description |
---|---|
void |
TmodelInstanceInfo.setTmodelInstanceInfoDescrs(List<TmodelInstanceInfoDescr> tmodelInstanceInfoDescrs) |
Constructor and Description |
---|
TmodelInstanceInfo(BindingTemplate bindingTemplate,
String tmodelKey,
String instanceParms,
List<OverviewDoc> overviewDocs,
List<InstanceDetailsDescr> instanceDetailsDescrs,
List<TmodelInstanceInfoDescr> tmodelInstanceInfoDescrs) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.