Package | Description |
---|---|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.v3.tck | |
org.apache.juddi.webconsole.hub.builders |
Parsers and helper functions
|
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapPersonNames(List<PersonName> modelPersonNameList,
List<PersonName> apiPersonNameList) |
static void |
MappingApiToModel.mapPersonNames(List<PersonName> apiPersonNameList,
List<PersonName> modelPersonNameList,
Contact modelContact,
String businessKey) |
Modifier and Type | Method and Description |
---|---|
static void |
TckValidator.checkPersonNames(List<PersonName> names1,
List<PersonName> names2) |
static void |
TckValidator.checkPersonNames(List<PersonName> names1,
List<PersonName> names2) |
Modifier and Type | Method and Description |
---|---|
static List<PersonName> |
Builders.BuildContactPersonNames(Map map,
String prefix,
String cte,
String locale)
Prefix should be contactXName
|
Modifier and Type | Field and Description |
---|---|
protected List<PersonName> |
Contact.personName |
Modifier and Type | Method and Description |
---|---|
PersonName |
ObjectFactory.createPersonName()
Create an instance of
PersonName |
Modifier and Type | Method and Description |
---|---|
JAXBElement<PersonName> |
ObjectFactory.createPersonName(PersonName value)
|
List<PersonName> |
Contact.getPersonName()
Gets the value of the personName property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<PersonName> |
ObjectFactory.createPersonName(PersonName value)
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.