Package | Description |
---|---|
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.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.apache.juddi.validation.vsv | |
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapInstanceDetails(TmodelInstanceInfo modelTModelInstInfo,
InstanceDetails apiInstanceDetails,
TModelInstanceInfo apiTModelInstInfo) |
Modifier and Type | Method and Description |
---|---|
static TModelInstanceInfo |
UDDIClerk.createServiceInterfaceVersion(String version,
String lang)
This is a convenience function that will build and return a
TModelInstanceInfo as described in the following link that will
enable you to tag web services registered in UDDI with some kind of
version information.
Article source: http://www.ibm.com/developerworks/webservices/library/ws-version/ When using this tModel as a tModelInstance, it can be used to describe a version associated with either a service interface, a bindingTemplate service instance. |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateTModelInstanceInfo(TModelInstanceInfo tmodelInstInfo,
org.apache.commons.configuration.Configuration config,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleValidator.validateTmodelInstanceDetails(List<TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
void |
Uddiuddiorgcategorizationderivedfrom.validateTmodelInstanceDetails(List<TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
void |
Uddiuddiorgcategorizationowningbusiness.validateTmodelInstanceDetails(List<TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
void |
Uddiuddiorgcategorizationtypes.validateTmodelInstanceDetails(List<TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
void |
Uddiuddiorgcategorizationvalidatedby.validateTmodelInstanceDetails(List<TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
void |
Uddiuddiorgidentifierisreplacedby.validateTmodelInstanceDetails(List<TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
void |
ValueSetValidator.validateTmodelInstanceDetails(List<TModelInstanceInfo> tModelInstanceInfo,
String xpath) |
Modifier and Type | Field and Description |
---|---|
protected List<TModelInstanceInfo> |
TModelInstanceDetails.tModelInstanceInfo |
Modifier and Type | Method and Description |
---|---|
TModelInstanceInfo |
ObjectFactory.createTModelInstanceInfo()
Create an instance of
TModelInstanceInfo |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelInstanceInfo> |
ObjectFactory.createTModelInstanceInfo(TModelInstanceInfo value)
|
List<TModelInstanceInfo> |
TModelInstanceDetails.getTModelInstanceInfo()
Gets the value of the tModelInstanceInfo property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelInstanceInfo> |
ObjectFactory.createTModelInstanceInfo(TModelInstanceInfo value)
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.