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.mapContactPhones(List<Phone> modelPhoneList,
List<org.uddi.api_v3.Phone> apiPhoneList) |
static void |
MappingApiToModel.mapContactPhones(List<org.uddi.api_v3.Phone> apiPhoneList,
List<Phone> modelPhoneList,
Contact modelContact,
String businessKey) |
Modifier and Type | Method and Description |
---|---|
List<Phone> |
Contact.getPhones() |
Modifier and Type | Method and Description |
---|---|
void |
Contact.setPhones(List<Phone> phones) |
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.