| 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.mapAddressLines(List<AddressLine> modelAddressLineList,
List<AddressLine> apiAddressLineList) |
static void |
MappingApiToModel.mapAddressLines(List<AddressLine> apiAddressLineList,
List<AddressLine> modelAddressLineList,
Address modelAddress,
Long contactId) |
| Modifier and Type | Method and Description |
|---|---|
static List<AddressLine> |
Builders.BuildAddressLine(Map map,
String prefix,
String cte,
String locale)
address lines
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressLine> |
Address.addressLine |
| Modifier and Type | Method and Description |
|---|---|
AddressLine |
ObjectFactory.createAddressLine()
Create an instance of
AddressLine |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AddressLine> |
ObjectFactory.createAddressLine(AddressLine value)
|
List<AddressLine> |
Address.getAddressLine()
Gets the value of the addressLine property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AddressLine> |
ObjectFactory.createAddressLine(AddressLine value)
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.