Uses of Class
org.uddi.api_v3.PublisherAssertion

Packages that use PublisherAssertion
org.apache.juddi.api.impl   
org.apache.juddi.mapping   
org.apache.juddi.rmi   
org.apache.juddi.validation   
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   
 

Uses of PublisherAssertion in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl that return types with arguments of type PublisherAssertion
 List<PublisherAssertion> UDDIPublicationImpl.getPublisherAssertions(String authInfo)
           
 

Method parameters in org.apache.juddi.api.impl with type arguments of type PublisherAssertion
 void UDDIPublicationImpl.setPublisherAssertions(String authInfo, javax.xml.ws.Holder<List<PublisherAssertion>> publisherAssertion)
           
 

Uses of PublisherAssertion in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type PublisherAssertion
static void MappingModelToApi.mapPublisherAssertion(PublisherAssertion modelPublisherAssertion, PublisherAssertion apiPublisherAssertion)
           
static void MappingApiToModel.mapPublisherAssertion(PublisherAssertion apiPubAssertion, PublisherAssertion modelPubAssertion)
           
 

Uses of PublisherAssertion in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi that return types with arguments of type PublisherAssertion
 List<PublisherAssertion> UDDIPublicationService.getPublisherAssertions(String authInfo)
           
 

Method parameters in org.apache.juddi.rmi with type arguments of type PublisherAssertion
 void UDDIPublicationService.setPublisherAssertions(String authInfo, javax.xml.ws.Holder<List<PublisherAssertion>> publisherAssertion)
           
 

Uses of PublisherAssertion in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type PublisherAssertion
 void ValidatePublish.validatePublisherAssertion(javax.persistence.EntityManager em, PublisherAssertion pubAssertion)
           
 

Method parameters in org.apache.juddi.validation with type arguments of type PublisherAssertion
 void ValidatePublish.validateSetPublisherAssertions(javax.persistence.EntityManager em, javax.xml.ws.Holder<List<PublisherAssertion>> body)
           
 

Uses of PublisherAssertion in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type PublisherAssertion
protected  List<PublisherAssertion> SharedRelationships.publisherAssertion
           
protected  List<PublisherAssertion> SetPublisherAssertions.publisherAssertion
           
protected  List<PublisherAssertion> PublisherAssertionsResponse.publisherAssertion
           
protected  List<PublisherAssertion> PublisherAssertions.publisherAssertion
           
protected  List<PublisherAssertion> DeletePublisherAssertions.publisherAssertion
           
protected  List<PublisherAssertion> AddPublisherAssertions.publisherAssertion
           
 

Methods in org.uddi.api_v3 that return PublisherAssertion
 PublisherAssertion ObjectFactory.createPublisherAssertion()
          Create an instance of PublisherAssertion
 

Methods in org.uddi.api_v3 that return types with arguments of type PublisherAssertion
 javax.xml.bind.JAXBElement<PublisherAssertion> ObjectFactory.createPublisherAssertion(PublisherAssertion value)
          Create an instance of JAXBElement<PublisherAssertion>}
 List<PublisherAssertion> SharedRelationships.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 List<PublisherAssertion> SetPublisherAssertions.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 List<PublisherAssertion> PublisherAssertionsResponse.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 List<PublisherAssertion> PublisherAssertions.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 List<PublisherAssertion> DeletePublisherAssertions.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 List<PublisherAssertion> AddPublisherAssertions.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 

Methods in org.uddi.api_v3 with parameters of type PublisherAssertion
 javax.xml.bind.JAXBElement<PublisherAssertion> ObjectFactory.createPublisherAssertion(PublisherAssertion value)
          Create an instance of JAXBElement<PublisherAssertion>}
 

Uses of PublisherAssertion in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as PublisherAssertion
protected  PublisherAssertion ChangeRecordPublisherAssertion.publisherAssertion
           
protected  PublisherAssertion ChangeRecordDeleteAssertion.publisherAssertion
           
 

Methods in org.uddi.repl_v3 that return PublisherAssertion
 PublisherAssertion ChangeRecordPublisherAssertion.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 PublisherAssertion ChangeRecordDeleteAssertion.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 

Methods in org.uddi.repl_v3 with parameters of type PublisherAssertion
 void ChangeRecordPublisherAssertion.setPublisherAssertion(PublisherAssertion value)
          Sets the value of the publisherAssertion property.
 void ChangeRecordDeleteAssertion.setPublisherAssertion(PublisherAssertion value)
          Sets the value of the publisherAssertion property.
 

Uses of PublisherAssertion in org.uddi.v3_service
 

Methods in org.uddi.v3_service that return types with arguments of type PublisherAssertion
 List<PublisherAssertion> UDDIPublicationPortType.getPublisherAssertions(String authInfo)
           
 

Method parameters in org.uddi.v3_service with type arguments of type PublisherAssertion
 void UDDIPublicationPortType.setPublisherAssertions(String authInfo, javax.xml.ws.Holder<List<PublisherAssertion>> publisherAssertion)
           
 

Uses of PublisherAssertion in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type PublisherAssertion
protected  List<PublisherAssertion> ValidateValues.publisherAssertion
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type PublisherAssertion
 List<PublisherAssertion> ValidateValues.getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.