Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
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.transport.wrapper |
Provides compatibility with SCOUT and UDDIv2 API sets
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.uddi.api_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
Modifier and Type | Method and Description |
---|---|
BusinessDetail |
UDDIPublicationImpl.saveBusiness(SaveBusiness body) |
Modifier and Type | Method and Description |
---|---|
static SaveBusiness |
MapUDDIv2Tov3.MapSaveBusiness(SaveBusiness body) |
Modifier and Type | Method and Description |
---|---|
static SaveBusiness |
MapUDDIv3Tov2.MapSaveBusiness(SaveBusiness body) |
Modifier and Type | Method and Description |
---|---|
BusinessDetail |
Publish3to2.saveBusiness(SaveBusiness body) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateSaveBusiness(javax.persistence.EntityManager em,
SaveBusiness body,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
SaveBusiness |
ObjectFactory.createSaveBusiness()
Create an instance of
SaveBusiness |
Modifier and Type | Method and Description |
---|---|
JAXBElement<SaveBusiness> |
ObjectFactory.createSaveBusiness(SaveBusiness value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<SaveBusiness> |
ObjectFactory.createSaveBusiness(SaveBusiness value)
|
Modifier and Type | Method and Description |
---|---|
BusinessDetail |
UDDIPublicationPortType.saveBusiness(SaveBusiness body)
The save_business API call is used to save or update information about a complete businessEntity structure. This API has the broadest scope of all of the save_xx API calls, and can be used to make sweeping changes to the published information for one or more businessEntity elements controlled by an individual. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.