| Package | Description |
|---|---|
| org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
| org.apache.juddi.webconsole.hub.builders |
Parsers and helper functions
|
| org.uddi.api_v3 |
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingModelToApi.mapContactEmails(List<Email> modelEmailList,
List<Email> apiEmailList) |
static void |
MappingApiToModel.mapContactEmails(List<Email> apiEmailList,
List<Email> modelEmailList,
Contact modelContact,
String businessKey) |
| Modifier and Type | Method and Description |
|---|---|
static List<Email> |
Builders.BuildEmail(Map map,
String prefix,
String locale)
email
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Email> |
Contact.email |
| Modifier and Type | Method and Description |
|---|---|
Email |
ObjectFactory.createEmail()
Create an instance of
Email |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Email> |
ObjectFactory.createEmail(Email value)
|
List<Email> |
Contact.getEmail()
Gets the value of the email property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Email> |
ObjectFactory.createEmail(Email value)
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.