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.mapDiscoveryUrls(DiscoveryURLs apiDiscUrls,
List<DiscoveryUrl> modelDiscUrlList,
BusinessEntity modelBusinessEntity) |
static void |
MappingModelToApi.mapDiscoveryUrls(List<DiscoveryUrl> modelDiscUrlList,
DiscoveryURLs apiDiscUrls,
BusinessEntity apiBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
List<DiscoveryUrl> |
BusinessEntity.getDiscoveryUrls() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessEntity.setDiscoveryUrls(List<DiscoveryUrl> discoveryUrls) |
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.