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.v3.client.subscription |
An asynchronous API for subscriptions using an embedded web server
|
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.apache.juddi.webconsole.hub.builders |
Parsers and helper functions
|
org.uddi.api_v3 | |
org.uddi.repl_v3 | |
org.uddi.vs_v3 |
Modifier and Type | Method and Description |
---|---|
static ChangeRecord |
UDDIPublicationImpl.getChangeRecord(BindingTemplate modelBindingTemplate,
BindingTemplate api,
String node) |
Modifier and Type | Method and Description |
---|---|
BindingTemplate |
UDDIInquiryJAXRS.getBindingDetailJSON(String id)
Returns the binding details of a given entity in JSON
|
BindingTemplate |
UDDIInquiryJAXRS.getBindingDetailXML(String id)
Returns the binding details of a given entity in XML
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapBindingTemplate(BindingTemplate modelBindingTemplate,
BindingTemplate apiBindingTemplate) |
static void |
MappingApiToModel.mapBindingTemplate(BindingTemplate apiBindingTemplate,
BindingTemplate modelBindingTemplate,
BusinessService modelBusinessService) |
static void |
MappingModelToApi.mapTModelInstanceDetails(List<TmodelInstanceInfo> modelTModelInstInfoList,
TModelInstanceDetails apiTModelInstDetails,
BindingTemplate apiBindingTemplate) |
Modifier and Type | Method and Description |
---|---|
protected BindingTemplate |
AnnotationProcessor.parseServiceBinding(Class<?> classWithAnnotations,
String lang,
WebService webServiceAnnotation,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static BindingTemplate |
UDDIClient.addRESTtModels(BindingTemplate bt)
adds the typical REST tmodel references, but only if they aren't
already present
|
static BindingTemplate |
UDDIClient.addSOAPtModels(BindingTemplate bt)
adds the typical SOAP tmodel references, but only if they aren't
already present
|
BindingTemplate |
UDDIClerk.findServiceBinding(String bindingKey)
Deprecated.
see getServiceBindingDetail
|
BindingTemplate |
UDDIClerk.findServiceBinding(String bindingKey,
Node node)
Deprecated.
use getServiceBindingDetail instead
|
BindingTemplate |
UDDIClerk.getServiceBindingDetail(String bindingKey)
gets a binding detail by key
|
BindingTemplate |
UDDIClerk.getServiceBindingDetail(String bindingKey,
Node node)
Gets the details of a specific service binding key
|
BindingTemplate |
UDDIClerk.register(BindingTemplate binding)
Register a BindingTemplate, using the node of current clerk ('this').
|
BindingTemplate |
UDDIClerk.register(BindingTemplate binding,
Node node)
Register a BindingTemplate.
|
Modifier and Type | Method and Description |
---|---|
static Set<BindingTemplate> |
UDDIClerk.getBindingByVersion(String version,
List<BindingTemplate> bindingTemplate)
This is a convenience function that will filter a list of binding
templates and return a list of bindings matching the specified
version number.
|
Modifier and Type | Method and Description |
---|---|
static BindingTemplate |
UDDIClient.addRESTtModels(BindingTemplate bt)
adds the typical REST tmodel references, but only if they aren't
already present
|
static BindingTemplate |
UDDIClient.addSOAPtModels(BindingTemplate bt)
adds the typical SOAP tmodel references, but only if they aren't
already present
|
BindingTemplate |
UDDIClerk.register(BindingTemplate binding)
Register a BindingTemplate, using the node of current clerk ('this').
|
BindingTemplate |
UDDIClerk.register(BindingTemplate binding,
Node node)
Register a BindingTemplate.
|
Modifier and Type | Method and Description |
---|---|
static Set<BindingTemplate> |
UDDIClerk.getBindingByVersion(String version,
List<BindingTemplate> bindingTemplate)
This is a convenience function that will filter a list of binding
templates and return a list of bindings matching the specified
version number.
|
Modifier and Type | Method and Description |
---|---|
static BindingTemplate |
MapUDDIv2Tov3.MapBinding(BindingTemplate be) |
Modifier and Type | Method and Description |
---|---|
static List<BindingTemplate> |
MapUDDIv2Tov3.MapBinding(List<BindingTemplate> be) |
Modifier and Type | Method and Description |
---|---|
static BindingTemplate |
MapUDDIv3Tov2.MapBinding(BindingTemplate be) |
Modifier and Type | Method and Description |
---|---|
static List<BindingTemplate> |
MapUDDIv3Tov2.MapBinding(List<BindingTemplate> be) |
Modifier and Type | Method and Description |
---|---|
protected BindingTemplate |
WADL2UDDI.createWADLBinding(QName serviceQName,
String portName,
URL serviceUrl,
Resources res) |
Modifier and Type | Method and Description |
---|---|
BindingTemplate |
BPEL2UDDI.createBPELBinding(QName serviceName,
String portName,
URL serviceUrl,
javax.wsdl.Definition wsdlDefinition) |
protected BindingTemplate |
WSDL2UDDI.createWSDLBinding(QName serviceQName,
String portName,
URL serviceUrl,
javax.wsdl.Definition wsdlDefinition) |
BindingTemplate |
BPEL2UDDI.register(QName serviceName,
String portName,
URL serviceUrl,
javax.wsdl.Definition wsdlDefinition)
1.
|
Modifier and Type | Method and Description |
---|---|
static BindingTemplate |
SubscriptionCallbackListener.registerBinding(UDDIClient client,
String cfg_node_name,
BindingTemplate bt,
SubscriptionCallbackListener.SignatureBehavior behavior)
Registers a UDDI binding template that represents the subscription
callback endpoint
|
static BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client)
Starts a subscription callback service using the juddi client config
file's settings.
|
static BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client,
String cfg_node_name)
Starts a subscription callback service using the juddi client config
file's settings.
|
static BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client,
String cfg_node_name,
String endpoint,
String keydomain,
boolean autoregister,
String serviceKey,
SubscriptionCallbackListener.SignatureBehavior behavior)
Starts a embedded Jetty web server (comes with the JDK) using the
Endpoint API.
|
Modifier and Type | Method and Description |
---|---|
static BindingTemplate |
SubscriptionCallbackListener.registerBinding(UDDIClient client,
String cfg_node_name,
BindingTemplate bt,
SubscriptionCallbackListener.SignatureBehavior behavior)
Registers a UDDI binding template that represents the subscription
callback endpoint
|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
ValidateValuesFromWebService.ValidateBinding(String url,
List<BindingTemplate> obj) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleValidator.validateValuesBindingTemplate(List<BindingTemplate> items,
String xpath) |
void |
Uddiuddiorgcategorizationderivedfrom.validateValuesBindingTemplate(List<BindingTemplate> items,
String xpath) |
void |
Uddiuddiorgcategorizationowningbusiness.validateValuesBindingTemplate(List<BindingTemplate> items,
String xpath) |
void |
Uddiuddiorgcategorizationtypes.validateValuesBindingTemplate(List<BindingTemplate> items,
String xpath) |
void |
Uddiuddiorgcategorizationvalidatedby.validateValuesBindingTemplate(List<BindingTemplate> items,
String xpath) |
void |
Uddiuddiorgidentifierisreplacedby.validateValuesBindingTemplate(List<BindingTemplate> items,
String xpath) |
void |
ValueSetValidator.validateValuesBindingTemplate(List<BindingTemplate> items,
String xpath) |
Modifier and Type | Method and Description |
---|---|
BindingTemplate |
UddiHub.GetBindingDetailsAsObject(String key)
Returns a specific binding template as an object
|
Modifier and Type | Method and Description |
---|---|
String |
UddiHub.SaveBindingTemplate(BindingTemplate be)
this is used from the save from xml.jsp page
|
Modifier and Type | Method and Description |
---|---|
static List<BindingTemplate> |
Builders.BuildBindingTemplates(Map map,
String prefix,
String cte,
String locale)
binding templates
|
Modifier and Type | Field and Description |
---|---|
protected List<BindingTemplate> |
BindingDetail.bindingTemplate |
protected List<BindingTemplate> |
BindingTemplates.bindingTemplate |
protected List<BindingTemplate> |
SaveBinding.bindingTemplate |
Modifier and Type | Method and Description |
---|---|
BindingTemplate |
ObjectFactory.createBindingTemplate()
Create an instance of
BindingTemplate |
Modifier and Type | Method and Description |
---|---|
JAXBElement<BindingTemplate> |
ObjectFactory.createBindingTemplate(BindingTemplate value)
|
List<BindingTemplate> |
BindingDetail.getBindingTemplate()
Gets the value of the bindingTemplate property.
|
List<BindingTemplate> |
BindingTemplates.getBindingTemplate()
Gets the value of the bindingTemplate property.
|
List<BindingTemplate> |
SaveBinding.getBindingTemplate()
Gets the value of the bindingTemplate property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BindingTemplate> |
ObjectFactory.createBindingTemplate(BindingTemplate value)
|
Modifier and Type | Field and Description |
---|---|
protected BindingTemplate |
ChangeRecordNewData.bindingTemplate |
Modifier and Type | Method and Description |
---|---|
BindingTemplate |
ChangeRecordNewData.getBindingTemplate()
Gets the value of the bindingTemplate property.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeRecordNewData.setBindingTemplate(BindingTemplate value)
Sets the value of the bindingTemplate property.
|
Modifier and Type | Field and Description |
---|---|
protected List<BindingTemplate> |
ValidateValues.bindingTemplate |
Modifier and Type | Method and Description |
---|---|
List<BindingTemplate> |
ValidateValues.getBindingTemplate()
Gets the value of the bindingTemplate property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.