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.mapServiceDescriptions(List<Description> apiDescList,
List<ServiceDescr> modelDescList,
BusinessService modelBusinessService) |
static void |
MappingModelToApi.mapServiceDescriptions(List<ServiceDescr> modelDescList,
List<Description> apiDescList) |
Modifier and Type | Method and Description |
---|---|
List<ServiceDescr> |
BusinessService.getServiceDescrs() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessService.setServiceDescrs(List<ServiceDescr> serviceDescrs) |
Constructor and Description |
---|
BusinessService(String entityKey,
BusinessEntity businessEntity,
Date modified,
List<ServiceName> serviceNames,
List<ServiceDescr> serviceDescrs,
List<BindingTemplate> bindingTemplates,
ServiceCategoryBag categoryBag) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.