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.mapBusinessDescriptions(List<BusinessDescr> modelDescList,
List<org.uddi.api_v3.Description> apiDescList) |
static void |
MappingApiToModel.mapBusinessDescriptions(List<org.uddi.api_v3.Description> apiDescList,
List<BusinessDescr> modelDescList,
BusinessEntity modelBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
List<BusinessDescr> |
BusinessEntity.getBusinessDescrs() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessEntity.setBusinessDescrs(List<BusinessDescr> businessDescrs) |
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.