Package | Description |
---|---|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
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.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapBusinessServices(BusinessServices apiBusinessServices,
List<BusinessService> modelBusinessServiceList,
List<ServiceProjection> modelServiceProjectionList,
BusinessEntity modelBusinessEntity) |
static void |
MappingModelToApi.mapBusinessServices(List<BusinessService> modelBusinessServiceList,
List<ServiceProjection> modelServiceProjectionList,
BusinessServices apiBusinessServices,
BusinessEntity apiBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
BusinessServices |
WSDL2UDDI.createBusinessServices(javax.wsdl.Definition wsdlDefinition)
Creates a business service based off of a WSDL definition
No changes are made to the UDDI endpoints using this method Example Code: |
BusinessServices |
WSDL2UDDI.registerBusinessServices(javax.wsdl.Definition wsdlDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateBusinessServices(javax.persistence.EntityManager em,
BusinessServices businessServices,
BusinessEntity parent,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
Modifier and Type | Field and Description |
---|---|
protected BusinessServices |
BusinessEntity.businessServices |
Modifier and Type | Method and Description |
---|---|
BusinessServices |
ObjectFactory.createBusinessServices()
Create an instance of
BusinessServices |
BusinessServices |
BusinessEntity.getBusinessServices()
Gets the value of the businessServices property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BusinessServices> |
ObjectFactory.createBusinessServices(BusinessServices value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BusinessServices> |
ObjectFactory.createBusinessServices(BusinessServices value)
|
void |
BusinessEntity.setBusinessServices(BusinessServices value)
Sets the value of the businessServices property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.