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.mapContactEmails(List<Email> modelEmailList,
List<org.uddi.api_v3.Email> apiEmailList) |
static void |
MappingApiToModel.mapContactEmails(List<org.uddi.api_v3.Email> apiEmailList,
List<Email> modelEmailList,
Contact modelContact,
String businessKey) |
Modifier and Type | Method and Description |
---|---|
List<Email> |
Contact.getEmails() |
Modifier and Type | Method and Description |
---|---|
void |
Contact.setEmails(List<Email> emails) |
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.