| 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 |
MappingApiToModel.mapAddressLines(List<org.uddi.api_v3.AddressLine> apiAddressLineList,
List<AddressLine> modelAddressLineList,
Address modelAddress,
Long contactId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingModelToApi.mapContactAddresses(List<Address> modelAddressList,
List<org.uddi.api_v3.Address> apiAddressList) |
static void |
MappingApiToModel.mapContactAddresses(List<org.uddi.api_v3.Address> apiAddressList,
List<Address> modelAddressList,
Contact modelContact) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressLine.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Contact.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressLine.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setAddresses(List<Address> addresses) |
| Constructor and Description |
|---|
AddressLine(Address address,
String line) |
AddressLine(Address address,
String line,
String keyName,
String keyValue) |
| 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.