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 |
---|---|
ServiceDetail |
UDDIPublicationImpl.saveService(SaveService body) |
Modifier and Type | Method and Description |
---|---|
static SaveService |
MapUDDIv2Tov3.MapSaveService(SaveService body) |
Modifier and Type | Method and Description |
---|---|
static SaveService |
MapUDDIv3Tov2.MapSaveService(SaveService body) |
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
Publish3to2.saveService(SaveService body) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateSaveService(javax.persistence.EntityManager em,
SaveService body,
org.apache.commons.configuration.Configuration config,
UddiEntityPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
SaveService |
ObjectFactory.createSaveService()
Create an instance of
SaveService |
Modifier and Type | Method and Description |
---|---|
JAXBElement<SaveService> |
ObjectFactory.createSaveService(SaveService value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<SaveService> |
ObjectFactory.createSaveService(SaveService value)
|
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
UDDIPublicationPortType.saveService(SaveService body)
The save_service API call adds or updates one or more businessService
elements.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.