Package | Description |
---|---|
org.apache.juddi.adminconsole.hub.builders | |
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
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.v3.tck | |
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.apache.juddi.validation.vsv | |
org.uddi.api_v3 | |
org.uddi.repl_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
org.uddi.vs_v3 |
Modifier and Type | Method and Description |
---|---|
static String |
Printers.PublisherAssertionsToHtml(List<PublisherAssertion> list,
String locale) |
Modifier and Type | Method and Description |
---|---|
List<PublisherAssertion> |
UDDIPublicationImpl.getPublisherAssertions(String authInfo) |
Modifier and Type | Method and Description |
---|---|
ChangeRecord |
UDDIPublicationImpl.getChangeRecord_deletePublisherAssertion(PublisherAssertion entity,
String node,
boolean ToBusinessDelete,
boolean FromBusinessDelete,
long timestamp) |
ChangeRecord |
UDDIPublicationImpl.getChangeRecord_NewAssertion(PublisherAssertion apiPubAssertion,
PublisherAssertion modelPubAssertion,
String node) |
Modifier and Type | Method and Description |
---|---|
void |
UDDIPublicationImpl.setPublisherAssertions(String authInfo,
Holder<List<PublisherAssertion>> publisherAssertion) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapPublisherAssertion(PublisherAssertion apiPubAssertion,
PublisherAssertion modelPubAssertion)
note that when using this, it does not reference the instance of the
specific businesses, it will create new ones.
|
static void |
MappingModelToApi.mapPublisherAssertion(PublisherAssertion modelPublisherAssertion,
PublisherAssertion apiPublisherAssertion) |
Modifier and Type | Method and Description |
---|---|
static List<PublisherAssertion> |
MapUDDIv2Tov3.MapListPublisherAssertion(List<PublisherAssertion> publisherAssertions) |
static List<PublisherAssertion> |
MapUDDIv2Tov3.MapListPublisherAssertion(PublisherAssertions publisherAssertions) |
static List<PublisherAssertion> |
MapUDDIv2Tov3.MapSetPublisherAssertions(SetPublisherAssertions body) |
Modifier and Type | Method and Description |
---|---|
static PublisherAssertions |
MapUDDIv3Tov2.MapPublisherAssertions(List<PublisherAssertion> publisherAssertions,
String operator,
String user) |
static SetPublisherAssertions |
MapUDDIv3Tov2.MapSetPublisherAssertions(List<PublisherAssertion> value) |
Modifier and Type | Method and Description |
---|---|
List<PublisherAssertion> |
Publish3to2.getPublisherAssertions(String authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
Publish3to2.setPublisherAssertions(String authInfo,
Holder<List<PublisherAssertion>> publisherAssertion) |
Modifier and Type | Method and Description |
---|---|
List<PublisherAssertion> |
TckPublisherAssertion.addPublisherAssertion(String authInfo,
String pubassertXML) |
List<PublisherAssertion> |
TckPublisherAssertion.saveJoePublisherPublisherAssertion(String authInfoJoe) |
List<PublisherAssertion> |
TckPublisherAssertion.saveJoePublisherPublisherAssertion2(String authInfoJoe) |
List<PublisherAssertion> |
TckPublisherAssertion.saveMaryPublisherPublisherAssertion(String authInfoMary) |
List<PublisherAssertion> |
TckPublisherAssertion.saveSamPublisherPublisherAssertion(String authInfoSam) |
Modifier and Type | Method and Description |
---|---|
static void |
ValidateValuesFromWebService.ValidatePubAss(String url,
PublisherAssertion obj) |
void |
ValidatePublish.validatePublisherAssertion(javax.persistence.EntityManager em,
PublisherAssertion pubAssertion) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateSetPublisherAssertions(javax.persistence.EntityManager em,
Holder<List<PublisherAssertion>> body) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleValidator.validateValuesPublisherAssertion(List<PublisherAssertion> items) |
void |
Uddiuddiorgcategorizationderivedfrom.validateValuesPublisherAssertion(List<PublisherAssertion> items) |
void |
Uddiuddiorgcategorizationowningbusiness.validateValuesPublisherAssertion(List<PublisherAssertion> items) |
void |
Uddiuddiorgcategorizationtypes.validateValuesPublisherAssertion(List<PublisherAssertion> items) |
void |
Uddiuddiorgcategorizationvalidatedby.validateValuesPublisherAssertion(List<PublisherAssertion> items) |
void |
Uddiuddiorgidentifierisreplacedby.validateValuesPublisherAssertion(List<PublisherAssertion> items) |
void |
ValueSetValidator.validateValuesPublisherAssertion(List<PublisherAssertion> items) |
Modifier and Type | Field and Description |
---|---|
protected List<PublisherAssertion> |
AddPublisherAssertions.publisherAssertion |
protected List<PublisherAssertion> |
DeletePublisherAssertions.publisherAssertion |
protected List<PublisherAssertion> |
PublisherAssertions.publisherAssertion |
protected List<PublisherAssertion> |
PublisherAssertionsResponse.publisherAssertion |
protected List<PublisherAssertion> |
SetPublisherAssertions.publisherAssertion |
protected List<PublisherAssertion> |
SharedRelationships.publisherAssertion |
Modifier and Type | Method and Description |
---|---|
PublisherAssertion |
ObjectFactory.createPublisherAssertion()
Create an instance of
PublisherAssertion |
Modifier and Type | Method and Description |
---|---|
JAXBElement<PublisherAssertion> |
ObjectFactory.createPublisherAssertion(PublisherAssertion value)
|
List<PublisherAssertion> |
AddPublisherAssertions.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
List<PublisherAssertion> |
DeletePublisherAssertions.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
List<PublisherAssertion> |
PublisherAssertions.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
List<PublisherAssertion> |
PublisherAssertionsResponse.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
List<PublisherAssertion> |
SetPublisherAssertions.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
List<PublisherAssertion> |
SharedRelationships.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<PublisherAssertion> |
ObjectFactory.createPublisherAssertion(PublisherAssertion value)
|
Modifier and Type | Field and Description |
---|---|
protected PublisherAssertion |
ChangeRecordDeleteAssertion.publisherAssertion |
protected PublisherAssertion |
ChangeRecordPublisherAssertion.publisherAssertion |
Modifier and Type | Method and Description |
---|---|
PublisherAssertion |
ChangeRecordDeleteAssertion.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
PublisherAssertion |
ChangeRecordPublisherAssertion.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeRecordDeleteAssertion.setPublisherAssertion(PublisherAssertion value)
Sets the value of the publisherAssertion property.
|
void |
ChangeRecordPublisherAssertion.setPublisherAssertion(PublisherAssertion value)
Sets the value of the publisherAssertion property.
|
Modifier and Type | Method and Description |
---|---|
List<PublisherAssertion> |
UDDIPublicationPortType.getPublisherAssertions(String authInfo)
The get_publisherAssertions API call is used to obtain the full set of
publisher assertions that is associated with an individual publisher.
|
Modifier and Type | Method and Description |
---|---|
void |
UDDIPublicationPortType.setPublisherAssertions(String authInfo,
Holder<List<PublisherAssertion>> publisherAssertion)
The set_publisherAssertions API call is used to manage all of the tracked
relationship assertions associated with an individual publisher.
|
Modifier and Type | Field and Description |
---|---|
protected List<PublisherAssertion> |
ValidateValues.publisherAssertion |
Modifier and Type | Method and Description |
---|---|
List<PublisherAssertion> |
ValidateValues.getPublisherAssertion()
Gets the value of the publisherAssertion property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.