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.mapContactDescriptions(List<ContactDescr> modelDescList,
List<Description> apiDescList) |
static void |
MappingApiToModel.mapContactDescriptions(List<Description> apiDescList,
List<ContactDescr> modelDescList,
Contact modelContact,
String businessKey) |
Modifier and Type | Method and Description |
---|---|
List<ContactDescr> |
Contact.getContactDescrs() |
Modifier and Type | Method and Description |
---|---|
void |
Contact.setContactDescrs(List<ContactDescr> contactDescrs) |
Constructor and Description |
---|
Contact(BusinessEntity businessEntity,
String useType,
List<PersonName> personNames,
List<ContactDescr> contactDescrs,
List<Email> emails,
List<Phone> phones,
List<Address> addresses) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.