|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides an EJB interface to the Publish API of the IBM WebSphere UDDI Registry.
Corresponds to UDDI v2.0 Publish API.
Remote interface of PublishBean
.
Field Summary | |
static java.lang.String |
java_copyright
|
Method Summary | |
DispositionReport |
addPublisherAssertions(PublisherAssertion publisherAssertion)
Adds a single PublisherAssertion. |
DispositionReport |
addPublisherAssertions(PublisherAssertionList publisherAssertionList)
Adds multiple PublisherAssertions. |
DispositionReport |
deleteBinding(java.lang.String bindingKey)
Deletes a single BindingTemplate. |
DispositionReport |
deleteBinding(java.util.Vector bindingKeys)
Deletes multiple BindingTemplates. |
DispositionReport |
deleteBusiness(java.lang.String businessKey)
Deletes a single business. |
DispositionReport |
deleteBusiness(java.util.Vector businessKeys)
Deletes multiple businesses. |
DispositionReport |
deletePublisherAssertions(PublisherAssertion publisherAssertion)
Deletes a single publisher assertion. |
DispositionReport |
deletePublisherAssertions(PublisherAssertionList publisherAssertions)
Deletes multiple publisher assertions. |
DispositionReport |
deleteService(java.lang.String serviceKey)
Deletes a single service. |
DispositionReport |
deleteService(java.util.Vector serviceKeys)
Deletes multiple services. |
DispositionReport |
deleteTModel(java.lang.String tModelKey)
Deletes a single tModel. |
DispositionReport |
deleteTModel(java.util.Vector tModelKeys)
Deletes multiple tModels. |
AssertionStatusReport |
getAssertionStatusReport()
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)
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()
Obtain all PublisherAssertions registered by the user associated with the authentication information. |
RegisteredInfo |
getRegisteredInfo()
Obtain abbreviated information concerning business and tModels controlled by the user associated with the authentication information. |
BindingDetail |
saveBinding(BindingTemplate bindingTemplate)
Save a single BindingTemplate. |
BindingDetail |
saveBinding(BindingTemplateList bindingTemplates)
Save multiple BindingTemplates. |
BusinessDetail |
saveBusiness(BusinessEntity businessEntity)
Save a single BusinessEntity. |
BusinessDetail |
saveBusiness(BusinessEntityList businessEntities)
Save multiple BusinessEntity instances. |
BusinessDetail |
saveBusiness(java.lang.String uploadRegister)
Save business using a single upload register. |
BusinessDetail |
saveBusiness(UploadRegisterList uploadRegisters)
Save business using multiple upload registers. |
ServiceDetail |
saveService(BusinessService businessService)
Save a single service. |
ServiceDetail |
saveService(BusinessServiceList businessServices)
Save multiple services. |
TModelDetail |
saveTModel(java.lang.String uploadRegister)
Save tModel using a single upload register. |
TModelDetail |
saveTModel(TModel tModel)
Save a single tModel. |
TModelDetail |
saveTModel(TModels tModels)
Save multiple tModels. |
TModelDetail |
saveTModel(UploadRegisterList uploadRegisters)
Save tModel using multiple upload registers. |
PublisherAssertions |
setPublisherAssertions()
Sets the PublisherAssertions registered by the user associated with the authentication information. |
PublisherAssertions |
setPublisherAssertions(PublisherAssertionList publisherAssertionList)
Sets the PublisherAssertions registered by the user associated with the authentication information. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Field Detail |
public static final java.lang.String java_copyright
Method Detail |
public 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic AssertionStatusReport getAssertionStatusReport() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredpublic 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) encounteredpublic RegisteredInfo getRegisteredInfo() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredpublic PublisherAssertions getPublisherAssertions() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic 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) encounteredpublic PublisherAssertions setPublisherAssertions() throws java.rmi.RemoteException, DispositionReportException
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredpublic 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) encountered
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |