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.mapBusinessNames(List<BusinessName> modelNameList,
List<org.uddi.api_v3.Name> apiNameList) |
static void |
MappingApiToModel.mapBusinessNames(List<org.uddi.api_v3.Name> apiNameList,
List<BusinessName> modelNameList,
BusinessEntity modelBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
List<BusinessName> |
BusinessEntity.getBusinessNames() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessEntity.setBusinessNames(List<BusinessName> businessNames) |
Constructor and Description |
---|
BusinessEntity(String entityKey,
String authorizedName,
String operator,
Date modified,
List<Contact> contacts,
List<BusinessIdentifier> businessIdentifiers,
List<PublisherAssertion> publisherAssertionsForFromKey,
List<DiscoveryUrl> discoveryUrls,
List<BusinessName> businessNames,
List<PublisherAssertion> publisherAssertionsForToKey,
BusinessCategoryBag categoryBag,
List<BusinessService> businessServices,
List<BusinessDescr> businessDescrs) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.