| 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.mapPersonNames(List<PersonName> modelPersonNameList,
List<org.uddi.api_v3.PersonName> apiPersonNameList) |
static void |
MappingApiToModel.mapPersonNames(List<org.uddi.api_v3.PersonName> apiPersonNameList,
List<PersonName> modelPersonNameList,
Contact modelContact,
String businessKey) |
| Modifier and Type | Method and Description |
|---|---|
List<PersonName> |
Contact.getPersonNames() |
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setPersonNames(List<PersonName> personNames) |
| 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.