Package | Description |
---|---|
org.apache.juddi.adminconsole.hub.builders | |
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.query |
JPA Queries for all UDDI functions
|
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.ListDiscoToString(DiscoveryURLs info) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapDiscoveryUrls(DiscoveryURLs apiDiscUrls,
List<DiscoveryUrl> modelDiscUrlList,
BusinessEntity modelBusinessEntity) |
static void |
MappingModelToApi.mapDiscoveryUrls(List<DiscoveryUrl> modelDiscUrlList,
DiscoveryURLs apiDiscUrls,
BusinessEntity apiBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
static List<Object> |
FindBusinessByDiscoveryURLQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
DiscoveryURLs discURLs,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
Modifier and Type | Method and Description |
---|---|
static void |
TckValidator.checkDiscoveryUrls(DiscoveryURLs discs1,
DiscoveryURLs discs2) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateDiscoveryUrls(DiscoveryURLs discUrls) |
void |
ValidatePublish.validateDiscoveryUrls(DiscoveryURLs discUrls) |
Modifier and Type | Method and Description |
---|---|
static DiscoveryURLs |
Builders.BuildDisco(Map map,
String prefix,
String locale)
discovery urls
|
Modifier and Type | Field and Description |
---|---|
protected DiscoveryURLs |
BusinessEntity.discoveryURLs |
protected DiscoveryURLs |
FindBusiness.discoveryURLs |
Modifier and Type | Method and Description |
---|---|
DiscoveryURLs |
ObjectFactory.createDiscoveryURLs()
Create an instance of
DiscoveryURLs |
DiscoveryURLs |
BusinessEntity.getDiscoveryURLs()
Gets the value of the discoveryURLs property.
|
DiscoveryURLs |
FindBusiness.getDiscoveryURLs()
Gets the value of the discoveryURLs property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DiscoveryURLs> |
ObjectFactory.createDiscoveryURLs(DiscoveryURLs value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DiscoveryURLs> |
ObjectFactory.createDiscoveryURLs(DiscoveryURLs value)
|
void |
BusinessEntity.setDiscoveryURLs(DiscoveryURLs value)
Sets the value of the discoveryURLs property.
|
void |
FindBusiness.setDiscoveryURLs(DiscoveryURLs value)
Sets the value of the discoveryURLs property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.