|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromoterTransportException | |
---|---|
com.ibm.uddi.promoter | Contains API, command line and utility classes. |
com.ibm.uddi.promoter.export | Contains entity extractor and finder related classes. |
com.ibm.uddi.promoter.publish | Contains classes for performing publish operations. |
Uses of PromoterTransportException in com.ibm.uddi.promoter |
---|
Methods in com.ibm.uddi.promoter that throw PromoterTransportException | |
void |
PromoterAPI.deleteEntities()
Drives deletion of entities from the target registry. |
Publisher |
UDDIClient.getPublisher()
Gets Publisher. |
org.uddi4j.datatype.business.BusinessEntity |
UDDIClient.getBusinessEntity(java.lang.String businessKey)
Gets BusinessEntity given a key. |
org.uddi4j.datatype.binding.BindingTemplate |
UDDIClient.saveBindingTemplate(java.lang.String authInfo,
org.uddi4j.datatype.binding.BindingTemplate binding)
Publishes BindingTemplate. |
org.uddi4j.datatype.business.BusinessEntity |
UDDIClient.saveBusinessEntity(java.lang.String authInfo,
org.uddi4j.datatype.business.BusinessEntity businessEntity)
Publishes BusinessEntity. |
org.uddi4j.datatype.service.BusinessService |
UDDIClient.saveBusinessService(java.lang.String authInfo,
org.uddi4j.datatype.service.BusinessService service)
Publishes BusinessService. |
void |
UDDIClient.deleteBusiness(java.lang.String authInfo,
java.lang.String businessKey)
Deletes Business. |
org.uddi4j.datatype.tmodel.TModel |
UDDIClient.getTModel(java.lang.String tModelKey)
Gets TModel given a key. |
org.uddi4j.datatype.tmodel.TModel |
UDDIClient.saveTModel(java.lang.String authInfo,
org.uddi4j.datatype.tmodel.TModel tModel)
Publishes TModel. |
void |
UDDIClient.deleteTModel(java.lang.String authInfo,
java.lang.String tModelKey)
Deletes TModel. |
org.uddi4j.datatype.service.BusinessService |
UDDIClient.getBusinessService(java.lang.String serviceKey)
Gets BusinessService given a key. |
org.uddi4j.datatype.binding.BindingTemplate |
UDDIClient.getBindingTemplate(java.lang.String bindingKey)
Gets BindingTemplate given a binding key. |
org.uddi4j.datatype.service.BusinessService |
UDDIClient.getService(java.lang.String serviceKey)
Gets BusinessService. |
void |
UDDIClient.deleteService(java.lang.String authInfo,
java.lang.String serviceKey)
Deletes BusinessService. |
void |
UDDIClient.deleteBindingTemplate(java.lang.String authInfo,
java.lang.String bindingKey)
Deletes BindingTemplate. |
org.uddi4j.response.BusinessList |
UDDIClient.findBusinesses(java.util.Vector names,
org.uddi4j.util.DiscoveryURLs discoveryURLs,
org.uddi4j.util.IdentifierBag identifierBag,
org.uddi4j.util.CategoryBag categoryBag,
org.uddi4j.util.TModelBag tModelBag,
org.uddi4j.util.FindQualifiers findQualifiers,
int maxRows)
Finds Businesses. |
org.uddi4j.response.ServiceList |
UDDIClient.findServices(java.lang.String businessKey,
java.util.Vector names,
org.uddi4j.util.CategoryBag categoryBag,
org.uddi4j.util.TModelBag tModelBag,
org.uddi4j.util.FindQualifiers findQualifiers,
int maxRows)
Finds Services. |
org.uddi4j.response.BindingDetail |
UDDIClient.findBindings(org.uddi4j.util.FindQualifiers findQualifiers,
java.lang.String serviceKey,
org.uddi4j.util.TModelBag tModelBag,
int maxRows)
Finds Bindings. |
org.uddi4j.response.TModelList |
UDDIClient.findTModels(java.lang.String name,
org.uddi4j.util.CategoryBag categoryBag,
org.uddi4j.util.IdentifierBag identifierBag,
org.uddi4j.util.FindQualifiers findQualifiers,
int maxRows)
Finds TModels. |
org.uddi4j.response.RelatedBusinessesList |
UDDIClient.findRelatedBusinesses(java.lang.String businessKey,
org.uddi4j.util.KeyedReference keyedReference,
org.uddi4j.util.FindQualifiers findQualifiers,
int maxRows)
Finds related Businesses. |
Uses of PromoterTransportException in com.ibm.uddi.promoter.export |
---|
Methods in com.ibm.uddi.promoter.export that throw PromoterTransportException | |
UddiEntities |
EntityExtractor.extractEntities()
Gets UDDI4J objects from the configured source registry. |
UddiEntityKeys |
EntityFinder.findEntities(org.uddi4j.request.FindTModel findTModel,
org.uddi4j.request.FindBusiness findBusiness,
org.uddi4j.request.FindService findService,
org.uddi4j.request.FindBinding findBinding,
org.uddi4j.request.FindRelatedBusinesses findRelatedBusinesses)
Performs inquiry requests on source registry and returns the results as a UddiEntityKeys collection. |
Uses of PromoterTransportException in com.ibm.uddi.promoter.publish |
---|
Methods in com.ibm.uddi.promoter.publish that throw PromoterTransportException | |
void |
EntityDeleter.setDeleteConfig(Configuration config)
Sets the delete configuration, which is actually a Configuration
containing a PublishConfiguration . |
void |
EntityDeleter.deleteEntities()
Performs API deletes on each entity specified in the UddiEntityKeys
of this object. |
Constructors in com.ibm.uddi.promoter.publish that throw PromoterTransportException | |
EntityImporter(Configuration config)
Constructor taking a Configuration . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |