public interface Publish
extends javax.ejb.EJBObject
Corresponds to UDDI v2.0 Publish API.
Remote interface of PublishBean
.
Modifier and Type | Method and Description |
---|---|
DispositionReport |
addPublisherAssertions(PublisherAssertion publisherAssertion)
Deprecated.
Adds a single PublisherAssertion.
|
DispositionReport |
addPublisherAssertions(PublisherAssertionList publisherAssertionList)
Deprecated.
Adds multiple PublisherAssertions.
|
DispositionReport |
deleteBinding(java.lang.String bindingKey)
Deprecated.
Deletes a single BindingTemplate.
|
DispositionReport |
deleteBinding(java.util.Vector bindingKeys)
Deprecated.
Deletes multiple BindingTemplates.
|
DispositionReport |
deleteBusiness(java.lang.String businessKey)
Deprecated.
Deletes a single business.
|
DispositionReport |
deleteBusiness(java.util.Vector businessKeys)
Deprecated.
Deletes multiple businesses.
|
DispositionReport |
deletePublisherAssertions(PublisherAssertion publisherAssertion)
Deprecated.
Deletes a single publisher assertion.
|
DispositionReport |
deletePublisherAssertions(PublisherAssertionList publisherAssertions)
Deprecated.
Deletes multiple publisher assertions.
|
DispositionReport |
deleteService(java.lang.String serviceKey)
Deprecated.
Deletes a single service.
|
DispositionReport |
deleteService(java.util.Vector serviceKeys)
Deprecated.
Deletes multiple services.
|
DispositionReport |
deleteTModel(java.lang.String tModelKey)
Deprecated.
Deletes a single tModel.
|
DispositionReport |
deleteTModel(java.util.Vector tModelKeys)
Deprecated.
Deletes multiple tModels.
|
AssertionStatusReport |
getAssertionStatusReport()
Deprecated.
Obtain an AssertionStatusReport of all complete and incomplete assertions
about relationships involving businesses controlled by the user associated
with the authentication information.
|
AssertionStatusReport |
getAssertionStatusReport(java.lang.String completionStatus)
Deprecated.
Obtain an AssertionStatusReport of all assertions about relationships
involving businesses controlled by the user associated with the authentication
information, and whose completion status is given by the argument completionStatus.
|
PublisherAssertions |
getPublisherAssertions()
Deprecated.
Obtain all PublisherAssertions registered by the user associated with the
authentication information.
|
RegisteredInfo |
getRegisteredInfo()
Deprecated.
Obtain abbreviated information concerning business and tModels
controlled by the user associated with the authentication
information.
|
BindingDetail |
saveBinding(BindingTemplate bindingTemplate)
Deprecated.
Save a single BindingTemplate.
|
BindingDetail |
saveBinding(BindingTemplateList bindingTemplates)
Deprecated.
Save multiple BindingTemplates.
|
BusinessDetail |
saveBusiness(BusinessEntity businessEntity)
Deprecated.
Save a single BusinessEntity.
|
BusinessDetail |
saveBusiness(BusinessEntityList businessEntities)
Deprecated.
Save multiple BusinessEntity instances.
|
BusinessDetail |
saveBusiness(java.lang.String uploadRegister)
Deprecated.
Save business using a single upload register.
|
BusinessDetail |
saveBusiness(UploadRegisterList uploadRegisters)
Deprecated.
Save business using multiple upload registers.
|
ServiceDetail |
saveService(BusinessService businessService)
Deprecated.
Save a single service.
|
ServiceDetail |
saveService(BusinessServiceList businessServices)
Deprecated.
Save multiple services.
|
TModelDetail |
saveTModel(java.lang.String uploadRegister)
Deprecated.
Save tModel using a single upload register.
|
TModelDetail |
saveTModel(TModel tModel)
Deprecated.
Save a single tModel.
|
TModelDetail |
saveTModel(TModels tModels)
Deprecated.
Save multiple tModels.
|
TModelDetail |
saveTModel(UploadRegisterList uploadRegisters)
Deprecated.
Save tModel using multiple upload registers.
|
PublisherAssertions |
setPublisherAssertions()
Deprecated.
Sets the PublisherAssertions registered by the user associated with the
authentication information.
|
PublisherAssertions |
setPublisherAssertions(PublisherAssertionList publisherAssertionList)
Deprecated.
Sets the PublisherAssertions registered by the user associated with the
authentication information.
|
DispositionReport addPublisherAssertions(PublisherAssertion publisherAssertion) throws java.rmi.RemoteException, DispositionReportException
publisherAssertion
- the PublisherAssertion to be addedDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport addPublisherAssertions(PublisherAssertionList publisherAssertionList) throws java.rmi.RemoteException, DispositionReportException
publisherAssertionList
- the PublisherAssertions to be addedDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteBinding(java.lang.String bindingKey) throws java.rmi.RemoteException, DispositionReportException
bindingKey
- the key of the BindingTemplate to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteBinding(java.util.Vector bindingKeys) throws java.rmi.RemoteException, DispositionReportException
bindingKeys
- the keys of the BindingTemplates to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteBusiness(java.lang.String businessKey) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteBusiness(java.util.Vector businessKeys) throws java.rmi.RemoteException, DispositionReportException
businessKeys
- the keys of the businesses to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deletePublisherAssertions(PublisherAssertion publisherAssertion) throws java.rmi.RemoteException, DispositionReportException
publisherAssertion
- the publisher assertion to be deletedDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deletePublisherAssertions(PublisherAssertionList publisherAssertions) throws java.rmi.RemoteException, DispositionReportException
publisherAssertiong
- the publisher assertion to be deletedDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteService(java.lang.String serviceKey) throws java.rmi.RemoteException, DispositionReportException
serviceKey
- the key of the service to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteService(java.util.Vector serviceKeys) throws java.rmi.RemoteException, DispositionReportException
serviceKeys
- the keys of the services to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteTModel(java.lang.String tModelKey) throws java.rmi.RemoteException, DispositionReportException
tModelKey
- the key of the tModel to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
DispositionReport deleteTModel(java.util.Vector tModelKeys) throws java.rmi.RemoteException, DispositionReportException
tModelKeys
- the keys of the tModels to be deletedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
AssertionStatusReport getAssertionStatusReport() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
AssertionStatusReport getAssertionStatusReport(java.lang.String completionStatus) throws java.rmi.RemoteException, DispositionReportException
completionStatus
- the completion status of the assertions to be included
in the returned AssertionStatusReportDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
RegisteredInfo getRegisteredInfo() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
PublisherAssertions getPublisherAssertions() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BindingDetail saveBinding(BindingTemplate bindingTemplate) throws java.rmi.RemoteException, DispositionReportException
bindingTemplate
- an instance of BindingTemplate that represents
the bindingTemplate to be saved.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BindingDetail saveBinding(BindingTemplateList bindingTemplates) throws java.rmi.RemoteException, DispositionReportException
bindingTemplates
- a list of BindingTemplates to be savedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessDetail saveBusiness(BusinessEntity businessEntity) throws java.rmi.RemoteException, DispositionReportException
businessEntity
- an instance of BusinessEntity that represents
the business to be saved.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessDetail saveBusiness(BusinessEntityList businessEntities) throws java.rmi.RemoteException, DispositionReportException
businessEntities
- a list of BusinessEntity instances
to be saved.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessDetail saveBusiness(java.lang.String uploadRegister) throws java.rmi.RemoteException, DispositionReportException
uploadRegister
- specifies location of businessEntity data to be imported
into registry.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessDetail saveBusiness(UploadRegisterList uploadRegisters) throws java.rmi.RemoteException, DispositionReportException
uploadRegisters
- specifies locations of businessEntity data to be imported
into registry.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceDetail saveService(BusinessService businessService) throws java.rmi.RemoteException, DispositionReportException
businessService
- an instance of BusinessService that represents
the service to be saved.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceDetail saveService(BusinessServiceList businessServices) throws java.rmi.RemoteException, DispositionReportException
businessServices
- a list of BusinessService instances that represent
the services to be saved.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelDetail saveTModel(TModel tModel) throws java.rmi.RemoteException, DispositionReportException
tModel
- an instance of TModel that represents
the tModel to be saved.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelDetail saveTModel(TModels tModels) throws java.rmi.RemoteException, DispositionReportException
tModels
- a list of TModel instances that represent
the tModels to be saved.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelDetail saveTModel(java.lang.String uploadRegister) throws java.rmi.RemoteException, DispositionReportException
uploadRegister
- specifies location of tModel data to be imported
into registry.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelDetail saveTModel(UploadRegisterList uploadRegisters) throws java.rmi.RemoteException, DispositionReportException
uploadRegisters
- specifies locations of tModel data to be imported
into registry.DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
PublisherAssertions setPublisherAssertions() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
PublisherAssertions setPublisherAssertions(PublisherAssertionList publisherAssertionList) throws java.rmi.RemoteException, DispositionReportException
publisherAssertionList
- the PublisherAssertions to be setDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException