Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
Modifier and Type | Method and Description |
---|---|
static ChangeRecord |
UDDIPublicationImpl.getChangeRecord(Tmodel modelBusinessEntity,
TModel apiBusinessEntity,
String node) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapTModel(Tmodel modelTModel,
TModel apiTModel) |
static void |
MappingApiToModel.mapTModel(TModel apiTModel,
Tmodel modelTModel) |
static void |
MappingApiToModel.mapTModelDescriptions(List<Description> apiDescList,
List<TmodelDescr> modelDescList,
Tmodel modelTModel) |
static void |
MappingApiToModel.mapTModelIdentifiers(IdentifierBag apiIdentifierBag,
List<TmodelIdentifier> modelIdentifierList,
Tmodel modelTModel) |
static void |
MappingModelToApi.mapTModelInfo(Tmodel modelTModel,
TModelInfo apiTModelInfo) |
static void |
MappingApiToModel.mapTModelOverviewDocs(List<OverviewDoc> apiOverviewDocList,
List<OverviewDoc> modelOverviewDocList,
Tmodel modelTmodel) |
static void |
MappingApiToModel.mapTmodelSignatures(List<SignatureType> apiSignatures,
Tmodel modelTmodel) |
Modifier and Type | Method and Description |
---|---|
Tmodel |
OverviewDoc.getTmodel() |
Tmodel |
Signature.getTmodel() |
Tmodel |
TmodelCategoryBag.getTmodel() |
Tmodel |
TmodelDescr.getTmodel() |
Tmodel |
TmodelIdentifier.getTmodel() |
Modifier and Type | Method and Description |
---|---|
void |
OverviewDoc.setTmodel(Tmodel tmodel) |
void |
Signature.setTmodel(Tmodel tmodel) |
void |
TmodelCategoryBag.setTmodel(Tmodel tmodel) |
void |
TmodelDescr.setTmodel(Tmodel tmodel) |
void |
TmodelIdentifier.setTmodel(Tmodel tmodel) |
Constructor and Description |
---|
OverviewDoc(Tmodel tmodel) |
OverviewDoc(TmodelInstanceInfo tmodelInstanceInfo,
Tmodel tmodel,
String overviewUrl,
String overviewUrlUseType,
List<OverviewDocDescr> overviewDocDescrs) |
TmodelCategoryBag(Tmodel tmodel) |
TmodelDescr(Tmodel tmodel,
String descr) |
TmodelDescr(Tmodel tmodel,
String langCode,
String descr) |
TmodelIdentifier(Tmodel tmodel,
String keyValue) |
TmodelIdentifier(Tmodel tmodel,
String tmodelKeyRef,
String keyName,
String keyValue) |
Modifier and Type | Method and Description |
---|---|
static Tmodel |
ValidateValueSetValidation.GetTModel_MODEL_IfExists(String tmodelKey) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.