Package | Description |
---|---|
org.apache.juddi.adminconsole.hub.builders | |
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
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.PrintBindingTemplates(BindingTemplates bindingTemplates,
String locale)
This function is useful for translating UDDI's somewhat complex data
format to something that is more useful.
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapBindingTemplates(BindingTemplates apiBindingTemplates,
List<BindingTemplate> modelBindingTemplateList,
BusinessService modelBusinessService) |
static void |
MappingModelToApi.mapBindingTemplates(List<BindingTemplate> modelBindingTemplateList,
BindingTemplates apiBindingTemplates,
BusinessService apiBusinessService) |
Modifier and Type | Method and Description |
---|---|
static void |
TckValidator.checkBindingTemplates(BindingTemplates bts1,
BindingTemplates bts2) |
static void |
TckCommon.PrintBindingTemplates(BindingTemplates bindingTemplates)
This function is useful for translating UDDI's somewhat complex data
format to something that is more useful.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateBindingTemplates(javax.persistence.EntityManager em,
BindingTemplates bindingTemplates,
BusinessService parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
static String |
Printers.PrintBindingTemplates(BindingTemplates bindingTemplates,
String locale)
This function is useful for translating UDDI's somewhat complex data
format to something that is more useful.
|
Modifier and Type | Field and Description |
---|---|
protected BindingTemplates |
BusinessService.bindingTemplates |
Modifier and Type | Method and Description |
---|---|
BindingTemplates |
ObjectFactory.createBindingTemplates()
Create an instance of
BindingTemplates |
BindingTemplates |
BusinessService.getBindingTemplates()
Gets the value of the bindingTemplates property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BindingTemplates> |
ObjectFactory.createBindingTemplates(BindingTemplates value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BindingTemplates> |
ObjectFactory.createBindingTemplates(BindingTemplates value)
|
void |
BusinessService.setBindingTemplates(BindingTemplates value)
Sets the value of the bindingTemplates property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.