Package | Description |
---|---|
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.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.v3.annotations |
Java annotation wrappers to automate UDDI registration
|
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.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 | Method and Description |
---|---|
static ChangeRecord |
UDDIPublicationImpl.getChangeRecord(BusinessService model,
BusinessService api,
String node) |
Modifier and Type | Method and Description |
---|---|
BusinessService |
UDDIInquiryJAXRS.getServiceDetailJSON(String id)
Returns the details of a service entity in JSON
|
BusinessService |
UDDIInquiryJAXRS.getServiceDetailXML(String id)
Returns the details of a service entity in XML
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapBindingTemplates(List<BindingTemplate> modelBindingTemplateList,
BindingTemplates apiBindingTemplates,
BusinessService apiBusinessService) |
static void |
MappingModelToApi.mapBusinessService(BusinessService modelBusinessService,
BusinessService apiBusinessService) |
static void |
MappingApiToModel.mapBusinessService(BusinessService apiBusinessService,
BusinessService modelBusinessService,
BusinessEntity modelBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
BusinessService |
AnnotationProcessor.readServiceAnnotations(String classWithAnnotations,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
Collection<BusinessService> |
AnnotationProcessor.readServiceAnnotations(String[] classesWithAnnotations,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
BusinessService |
UDDIClerk.findService(String serviceKey)
Deprecated.
see getServiceDetail
|
BusinessService |
UDDIClerk.findService(String serviceKey,
Node node)
Deprecated.
see getServiceDetail
|
BusinessService |
UDDIClerk.getServiceDetail(String serviceKey)
Finds a service by the key, .
|
BusinessService |
UDDIClerk.getServiceDetail(String serviceKey,
Node node)
Finds a service by the key, referencing the specific Node from the
configuration file
|
BusinessService |
UDDIClerk.register(BusinessService service)
Register a service, using the node of current clerk ('this').
|
BusinessService |
UDDIClerk.register(BusinessService service,
Node node)
Register a service.
|
Modifier and Type | Method and Description |
---|---|
BusinessService |
UDDIClerk.register(BusinessService service)
Register a service, using the node of current clerk ('this').
|
BusinessService |
UDDIClerk.register(BusinessService service,
Node node)
Register a service.
|
Modifier and Type | Method and Description |
---|---|
BusinessService |
ServiceRegistrationResponse.getBusinessService() |
static BusinessService |
MapUDDIv2Tov3.MapService(BusinessService be) |
Modifier and Type | Method and Description |
---|---|
static List<BusinessService> |
MapUDDIv2Tov3.MapService(List<BusinessService> be) |
Modifier and Type | Method and Description |
---|---|
static BusinessService |
MapUDDIv3Tov2.MapService(BusinessService be) |
void |
ServiceRegistrationResponse.setBusinessService(BusinessService businessService) |
Modifier and Type | Method and Description |
---|---|
static List<BusinessService> |
MapUDDIv3Tov2.MapService(List<BusinessService> be) |
Modifier and Type | Method and Description |
---|---|
BusinessService |
WADL2UDDI.createBusinessService(QName serviceQName,
Application wadlDefinition)
Creates a UDDI Business Service.
|
Modifier and Type | Method and Description |
---|---|
BusinessService |
BPEL2UDDI.createBusinessService(QName serviceName,
javax.wsdl.Definition wsdlDefinition)
Registers the Service into UDDI.
|
protected BusinessService |
WSDL2UDDI.createBusinessService(QName serviceQName,
javax.wsdl.Definition wsdlDefinition)
Creates a UDDI Business Service.
|
BusinessService |
BPEL2UDDI.lookupService(String serviceKey)
Perform a lookup by serviceKey, and will return null if not found.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateBindingTemplate(javax.persistence.EntityManager em,
BindingTemplate bindingTemplate,
BusinessService parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateBindingTemplates(javax.persistence.EntityManager em,
BindingTemplates bindingTemplates,
BusinessService parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
void |
ValidatePublish.validateBusinessService(javax.persistence.EntityManager em,
BusinessService businessService,
BusinessEntity parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
static void |
ValidateValuesFromWebService.ValidateService(String url,
List<BusinessService> obj) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleValidator.validateValuesBusinessService(List<BusinessService> items,
String xpath) |
void |
Uddiuddiorgcategorizationderivedfrom.validateValuesBusinessService(List<BusinessService> items,
String xpath) |
void |
Uddiuddiorgcategorizationowningbusiness.validateValuesBusinessService(List<BusinessService> items,
String xpath) |
void |
Uddiuddiorgcategorizationtypes.validateValuesBusinessService(List<BusinessService> items,
String xpath) |
void |
Uddiuddiorgcategorizationvalidatedby.validateValuesBusinessService(List<BusinessService> items,
String xpath) |
void |
Uddiuddiorgidentifierisreplacedby.validateValuesBusinessService(List<BusinessService> items,
String xpath) |
void |
ValueSetValidator.validateValuesBusinessService(List<BusinessService> items,
String xpath) |
Modifier and Type | Method and Description |
---|---|
BusinessService |
UddiHub.GetServiceDetail(String serviceid)
Performs a getServiceDetails in Inquiry API
|
BusinessService |
UddiHub.GetServiceDetailsAsObject(String key)
A convenience function for GetServiceDetail
|
Modifier and Type | Method and Description |
---|---|
String |
UddiHub.SaveServiceDetails(BusinessService be)
Saves a Service
|
Modifier and Type | Field and Description |
---|---|
protected List<BusinessService> |
BusinessServices.businessService |
protected List<BusinessService> |
SaveService.businessService |
protected List<BusinessService> |
ServiceDetail.businessService |
Modifier and Type | Method and Description |
---|---|
BusinessService |
ObjectFactory.createBusinessService()
Create an instance of
BusinessService |
Modifier and Type | Method and Description |
---|---|
JAXBElement<BusinessService> |
ObjectFactory.createBusinessService(BusinessService value)
|
List<BusinessService> |
BusinessServices.getBusinessService()
Gets the value of the businessService property.
|
List<BusinessService> |
SaveService.getBusinessService()
Gets the value of the businessService property.
|
List<BusinessService> |
ServiceDetail.getBusinessService()
Gets the value of the businessService property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BusinessService> |
ObjectFactory.createBusinessService(BusinessService value)
|
Modifier and Type | Field and Description |
---|---|
protected BusinessService |
ChangeRecordNewData.businessService |
Modifier and Type | Method and Description |
---|---|
BusinessService |
ChangeRecordNewData.getBusinessService()
Gets the value of the businessService property.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeRecordNewData.setBusinessService(BusinessService value)
Sets the value of the businessService property.
|
Modifier and Type | Field and Description |
---|---|
protected List<BusinessService> |
ValidateValues.businessService |
Modifier and Type | Method and Description |
---|---|
List<BusinessService> |
ValidateValues.getBusinessService()
Gets the value of the businessService property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.