Package | Description |
---|---|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.v3.client.compare |
Helper functions to compare various elements returned from UDDI
|
org.apache.juddi.v3.tck | |
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapInstanceDetails(InstanceDetails apiInstanceDetails,
TmodelInstanceInfo modelTmodelInstInfo) |
static void |
MappingModelToApi.mapInstanceDetails(TmodelInstanceInfo modelTModelInstInfo,
InstanceDetails apiInstanceDetails,
TModelInstanceInfo apiTModelInstInfo) |
static void |
MappingModelToApi.mapOverviewDocs(List<OverviewDoc> modelOverviewDocs,
InstanceDetails apiInstanceDetails,
TModel apiTModel) |
Modifier and Type | Method and Description |
---|---|
static InstanceDetails |
TModelInstanceInfoContains.contains(TModelInstanceDetails input,
String key) |
Modifier and Type | Method and Description |
---|---|
static void |
TckValidator.checkInstanceDetails(InstanceDetails ids1,
InstanceDetails ids2) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateInstanceDetails(InstanceDetails instDetails) |
Modifier and Type | Field and Description |
---|---|
protected InstanceDetails |
TModelInstanceInfo.instanceDetails |
Modifier and Type | Method and Description |
---|---|
InstanceDetails |
ObjectFactory.createInstanceDetails()
Create an instance of
InstanceDetails |
InstanceDetails |
TModelInstanceInfo.getInstanceDetails()
Gets the value of the instanceDetails property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<InstanceDetails> |
ObjectFactory.createInstanceDetails(InstanceDetails value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<InstanceDetails> |
ObjectFactory.createInstanceDetails(InstanceDetails value)
|
void |
TModelInstanceInfo.setInstanceDetails(InstanceDetails value)
Sets the value of the instanceDetails property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.