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 |
MappingModelToApi.mapBindingDescriptions(List<BindingDescr> modelDescList,
List<org.uddi.api_v3.Description> apiDescList) |
static void |
MappingApiToModel.mapBindingDescriptions(List<org.uddi.api_v3.Description> apiDescList,
List<BindingDescr> modelDescList,
BindingTemplate modelBindingTemplate) |
Modifier and Type | Method and Description |
---|---|
List<BindingDescr> |
BindingTemplate.getBindingDescrs() |
Modifier and Type | Method and Description |
---|---|
void |
BindingTemplate.setBindingDescrs(List<BindingDescr> bindingDescrs) |
Constructor and Description |
---|
BindingTemplate(String entityKey,
BusinessService businessService,
String accessPointType,
String accessPointUrl,
String hostingRedirector,
Date modified,
BindingCategoryBag categoryBag,
List<TmodelInstanceInfo> tmodelInstanceInfos,
List<BindingDescr> bindingDescrs) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.