Package | Description |
---|---|
org.apache.juddi.api_v3 | |
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.api.impl.rest | |
org.apache.juddi.config |
All configuration related classes
|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
org.apache.juddi.v3.client.mapping |
Mappings for UDDIv2 APIs and for common functions for WADL and WSDL to UDDI
|
org.apache.juddi.v3.client.mapping.wadl |
JAXB Generated classes for WADL and WADL2UDDI parser
|
org.apache.juddi.v3.client.mapping.wsdl |
WSDL and BPEL to UDDI parsers
|
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.validation.vsv | |
org.apache.juddi.webconsole.hub |
Rendererss, parses, configuration and session management for all juddi-gui web apps
|
org.uddi.api_v3 | |
org.uddi.repl_v3 | |
org.uddi.vs_v3 |
Modifier and Type | Field and Description |
---|---|
protected List<TModel> |
AdminSaveTModelWrapper.tModel |
Modifier and Type | Method and Description |
---|---|
List<TModel> |
AdminSaveTModelWrapper.getTModel()
Gets the value of the tModel property.
|
Modifier and Type | Method and Description |
---|---|
static ChangeRecord |
UDDIPublicationImpl.getChangeRecord(Tmodel modelBusinessEntity,
TModel apiBusinessEntity,
String node) |
Modifier and Type | Method and Description |
---|---|
TModel |
UDDIInquiryJAXRS.getTModelDetailJSON(String id)
Returns the details of a tModel entity in JSON
|
TModel |
UDDIInquiryJAXRS.getTModelDetailXML(String id)
Returns the details of a tModel entity in XML
|
Modifier and Type | Method and Description |
---|---|
protected static String |
Install.getRootPartition(TModel rootTModelKeyGen) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapOverviewDocs(List<OverviewDoc> modelOverviewDocs,
InstanceDetails apiInstanceDetails,
TModel apiTModel) |
static void |
MappingModelToApi.mapTModel(Tmodel modelTModel,
TModel apiTModel) |
static void |
MappingApiToModel.mapTModel(TModel apiTModel,
Tmodel modelTModel) |
static void |
MappingModelToApi.mapTModelIdentifiers(List<TmodelIdentifier> modelIdentifierList,
IdentifierBag apiIdentifierBag,
TModel apiTModel) |
Modifier and Type | Method and Description |
---|---|
static TModel |
UDDIClerk.createKeyGenator(String partitionName,
String DescriptiveName,
String DescriptiveNameLanguage)
A helper function to create a tModel key generator.
Why would I want a key generator? In UDDIv3, you're suppose to specify what you want the keys (unique identifiers) to be, however there's a number of naming rules associated with the keys. |
Modifier and Type | Method and Description |
---|---|
TModelDetail |
UDDIClerk.register(TModel tModel)
Register a tModel, using the node of current clerk ('this').
|
TModelDetail |
UDDIClerk.register(TModel tModel,
Node node)
Register a tModel.
|
Modifier and Type | Method and Description |
---|---|
static TModel |
MapUDDIv2Tov3.MapTModel(TModel be) |
Modifier and Type | Method and Description |
---|---|
static TModel |
MapUDDIv3Tov2.MapTModel(TModel be) |
Modifier and Type | Method and Description |
---|---|
Set<TModel> |
WADL2UDDI.createWADLPortTypeTModels(String wadlURL,
Application app) |
Set<TModel> |
WADL2UDDI.createWADLTModels(String wadlURL,
Application app) |
Modifier and Type | Method and Description |
---|---|
TModel |
BPEL2UDDI.createBPEL4WSProcessTModel(QName serviceName,
String targetNamespace,
Map<QName,javax.wsdl.PortType> portTypes,
String bpelOverviewURL)
BPEL4WS abstract processes are published as separate UDDI tModels.
|
Modifier and Type | Method and Description |
---|---|
Set<TModel> |
BPEL2UDDI.createWSDLBindingTModels(String wsdlURL,
Map<QName,javax.wsdl.Binding> bindings) |
Set<TModel> |
WSDL2UDDI.createWSDLBindingTModels(String wsdlURL,
Map<QName,javax.wsdl.Binding> bindings)
2.4.2 wsdl:binding -> uddi:tModel
|
Set<TModel> |
BPEL2UDDI.createWSDLPortTypeTModels(String wsdlURL,
Map<QName,javax.wsdl.PortType> portTypes) |
Set<TModel> |
WSDL2UDDI.createWSDLPortTypeTModels(String wsdlURL,
Map<QName,javax.wsdl.PortType> portTypes)
2.4.1 wsdl:portType -> uddi:tModel
|
Modifier and Type | Method and Description |
---|---|
TModel |
TckTModel.saveJoePublisherTmodel(String authInfoJoe) |
TModel |
TckTModel.saveJoePublisherTmodel(String authInfoJoe,
boolean force) |
TModel |
TckTModel.saveMaryPublisherTmodel(String authInfoMary) |
TModel |
TckTModel.saveSamSyndicatorTmodel(String authInfoSam) |
TModel |
TckTModel.saveTModel(String authInfo,
String tModelXml,
String tModelKey) |
TModel |
TckTModel.saveTModel(String authInfo,
String tModelXml,
String tModelKey,
boolean force) |
TModel |
TckTModel.saveTModel(String authInfo,
TModel tmIn,
boolean force) |
Modifier and Type | Method and Description |
---|---|
TModel |
TckTModel.saveTModel(String authInfo,
TModel tmIn,
boolean force) |
Modifier and Type | Method and Description |
---|---|
static TModel |
ValidateValueSetValidation.GetTModel_API_IfExists(String tmodelKey)
return the publisher
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateTModel(javax.persistence.EntityManager em,
TModel tModel,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
static void |
ValidateUDDIKey.validateUDDIv3KeyGeneratorTModel(TModel tModel) |
Modifier and Type | Method and Description |
---|---|
static void |
ValidateValuesFromWebService.ValidateTModel(String url,
List<TModel> obj) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleValidator.validateValuesTModel(List<TModel> items) |
void |
Uddiuddiorgcategorizationderivedfrom.validateValuesTModel(List<TModel> items) |
void |
Uddiuddiorgcategorizationowningbusiness.validateValuesTModel(List<TModel> items) |
void |
Uddiuddiorgcategorizationtypes.validateValuesTModel(List<TModel> items) |
void |
Uddiuddiorgcategorizationvalidatedby.validateValuesTModel(List<TModel> items) |
void |
Uddiuddiorgidentifierisreplacedby.validateValuesTModel(List<TModel> items) |
void |
ValueSetValidator.validateValuesTModel(List<TModel> items) |
Modifier and Type | Method and Description |
---|---|
TModel |
UddiHub.getTmodelDetails(String id)
Returns the details of a tModel by tModelKey
|
TModel |
UddiHub.GettModelDetailsAsObject(String key)
Returns a tmodel given the key
|
Modifier and Type | Method and Description |
---|---|
String |
UddiHub.SaveTModel(TModel be)
saves a tmodel object
|
Modifier and Type | Field and Description |
---|---|
protected List<TModel> |
SaveTModel.tModel |
protected List<TModel> |
TModelDetail.tModel |
Modifier and Type | Method and Description |
---|---|
TModel |
ObjectFactory.createTModel()
Create an instance of
TModel |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModel> |
ObjectFactory.createTModel(TModel value)
|
List<TModel> |
SaveTModel.getTModel()
Gets the value of the tModel property.
|
List<TModel> |
TModelDetail.getTModel()
Gets the value of the tModel property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModel> |
ObjectFactory.createTModel(TModel value)
|
Modifier and Type | Field and Description |
---|---|
protected TModel |
ChangeRecordNewData.tModel |
Modifier and Type | Method and Description |
---|---|
TModel |
ChangeRecordNewData.getTModel()
Gets the value of the tModel property.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeRecordNewData.setTModel(TModel value)
Sets the value of the tModel property.
|
Modifier and Type | Field and Description |
---|---|
protected List<TModel> |
ValidateValues.tModel |
Modifier and Type | Method and Description |
---|---|
List<TModel> |
ValidateValues.getTModel()
Gets the value of the tModel property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.