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.mapContactPhones(List<Phone> modelPhoneList,
List<Phone> apiPhoneList) |
static void |
MappingApiToModel.mapContactPhones(List<Phone> apiPhoneList,
List<Phone> modelPhoneList,
Contact modelContact,
String businessKey) |
Modifier and Type | Method and Description |
---|---|
static List<Phone> |
Builders.BuildPhone(Map map,
String prefix,
String locale)
phone numbers
|
Modifier and Type | Field and Description |
---|---|
protected List<Phone> |
Contact.phone |
Modifier and Type | Method and Description |
---|---|
Phone |
ObjectFactory.createPhone()
Create an instance of
Phone |
Modifier and Type | Method and Description |
---|---|
JAXBElement<Phone> |
ObjectFactory.createPhone(Phone value)
|
List<Phone> |
Contact.getPhone()
Gets the value of the phone property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Phone> |
ObjectFactory.createPhone(Phone value)
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.