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.mapServiceNames(List<org.uddi.api_v3.Name> apiNameList,
List<ServiceName> modelNameList,
BusinessService modelBusinessService) |
static void |
MappingModelToApi.mapServiceNames(List<ServiceName> modelNameList,
List<org.uddi.api_v3.Name> apiNameList) |
Modifier and Type | Method and Description |
---|---|
List<ServiceName> |
BusinessService.getServiceNames() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessService.setServiceNames(List<ServiceName> serviceNames) |
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.