Package | Description |
---|---|
org.apache.juddi.adminconsole.hub.builders | |
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.v3.tck | |
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.apache.juddi.webconsole.hub.builders |
Parsers and helper functions
|
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static String |
Printers.PrintContacts(Contacts contacts,
String locale)
converts contacts to a simple string output
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapContacts(Contacts apiContacts,
List<Contact> modelContactList,
BusinessEntity modelBusinessEntity) |
static void |
MappingModelToApi.mapContacts(List<Contact> modelContactList,
Contacts apiContacts,
BusinessEntity apiBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
static void |
TckValidator.checkContacts(Contacts contacts1,
Contacts contacts2) |
static void |
TckCommon.PrintContacts(Contacts contacts) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateContacts(Contacts contacts,
org.apache.commons.configuration.Configuration config) |
Modifier and Type | Method and Description |
---|---|
static Contacts |
Builders.BuildContacts(Map map,
String cte,
String locale)
contactX
|
Modifier and Type | Field and Description |
---|---|
protected Contacts |
BusinessEntity.contacts |
Modifier and Type | Method and Description |
---|---|
Contacts |
ObjectFactory.createContacts()
Create an instance of
Contacts |
Contacts |
BusinessEntity.getContacts()
Gets the value of the contacts property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Contacts> |
ObjectFactory.createContacts(Contacts value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Contacts> |
ObjectFactory.createContacts(Contacts value)
|
void |
BusinessEntity.setContacts(Contacts value)
Sets the value of the contacts property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.