|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.promoter.UDDIClient
Wrapper class to UDDIProxy
, used to perform operations via SOAP on a UDDI registry.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
Fields inherited from interface com.ibm.uddi.promoter.CommandLineConstants |
---|
ARG_BINDING, ARG_BUSINESS, ARG_DEFINITION_FILE, ARG_DELETE, ARG_EXPORT, ARG_IMPORT, ARG_IMPORT_REFERENCED_ENTITIES, ARG_INPUT_KEYFILE, ARG_INPUT_KEYFILE_OLD, ARG_OVERWRITE, ARG_OVERWRITE_OLD, ARG_PROMOTE, ARG_PROPERTIES_FILE, ARG_SERVICE, ARG_TMODEL, ARG_VERBOSE, ARG_VERBOSE_OLD, USAGE |
Constructor Summary | |
---|---|
UDDIClient(Configuration configuration,
int type)
Deprecated. Constructor taking a Configuration and type (which indicates whether the
UDDIClient is intended to be used to connect to the source registry or a target registry). |
Method Summary | |
---|---|
void |
deleteBindingTemplate(java.lang.String authInfo,
java.lang.String bindingKey)
Deprecated. Deletes BindingTemplate. |
void |
deleteBindingTemplates(java.lang.String authInfo,
java.util.Vector bindingKeyStrings)
Deprecated. Deletes BindingTemplates. |
void |
deleteBusiness(java.lang.String authInfo,
java.lang.String businessKey)
Deprecated. Deletes Business. |
void |
deleteBusinessServices(java.lang.String authInfo,
java.util.Vector serviceKeyStrings)
Deprecated. Deletes BusinessServices given a Vector of keys. |
void |
deleteService(java.lang.String authInfo,
java.lang.String serviceKey)
Deprecated. Deletes BusinessService. |
void |
deleteTModel(java.lang.String authInfo,
java.lang.String tModelKey)
Deprecated. Deletes TModel. |
org.uddi4j.response.BindingDetail |
findBindings(org.uddi4j.util.FindQualifiers findQualifiers,
java.lang.String serviceKey,
org.uddi4j.util.TModelBag tModelBag,
int maxRows)
Deprecated. Finds Bindings. |
org.uddi4j.response.BusinessList |
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)
Deprecated. Finds Businesses. |
org.uddi4j.response.RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey,
org.uddi4j.util.KeyedReference keyedReference,
org.uddi4j.util.FindQualifiers findQualifiers,
int maxRows)
Deprecated. Finds related Businesses. |
org.uddi4j.response.ServiceList |
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)
Deprecated. Finds Services. |
org.uddi4j.response.TModelList |
findTModels(java.lang.String name,
org.uddi4j.util.CategoryBag categoryBag,
org.uddi4j.util.IdentifierBag identifierBag,
org.uddi4j.util.FindQualifiers findQualifiers,
int maxRows)
Deprecated. Finds TModels. |
java.lang.String |
getAuthInfo(java.lang.String userID,
java.lang.String userPassword)
Deprecated. Gets AuthInfo. |
org.uddi4j.datatype.binding.BindingTemplate |
getBindingTemplate(org.uddi4j.response.BindingDetail bindingDetail)
Deprecated. Gets BindingTemplate given a BindingDetail. |
org.uddi4j.datatype.binding.BindingTemplate |
getBindingTemplate(java.lang.String bindingKey)
Deprecated. Gets BindingTemplate given a binding key. |
org.uddi4j.datatype.business.BusinessEntity |
getBusinessEntity(org.uddi4j.response.BusinessDetail businessDetail)
Deprecated. Gets BusinessEntity given a BusinessDetail. |
org.uddi4j.datatype.business.BusinessEntity |
getBusinessEntity(java.lang.String businessKey)
Deprecated. Gets BusinessEntity given a key. |
org.uddi4j.datatype.service.BusinessService |
getBusinessService(org.uddi4j.response.ServiceDetail serviceDetail)
Deprecated. Gets BusinessService given a ServiceDetail. |
org.uddi4j.datatype.service.BusinessService |
getBusinessService(java.lang.String serviceKey)
Deprecated. Gets BusinessService given a key. |
Publisher |
getPublisher()
Deprecated. Gets Publisher. |
org.uddi4j.datatype.service.BusinessService |
getService(java.lang.String serviceKey)
Deprecated. Gets BusinessService. |
org.uddi4j.datatype.tmodel.TModel |
getTModel(java.lang.String tModelKey)
Deprecated. Gets TModel given a key. |
org.uddi4j.datatype.tmodel.TModel |
getTModel(org.uddi4j.response.TModelDetail tModelDetail)
Deprecated. Gets TModel given a TModelDetail. |
org.uddi4j.datatype.binding.BindingTemplate |
saveBindingTemplate(java.lang.String authInfo,
org.uddi4j.datatype.binding.BindingTemplate binding)
Deprecated. Publishes BindingTemplate. |
org.uddi4j.datatype.business.BusinessEntity |
saveBusinessEntity(java.lang.String authInfo,
org.uddi4j.datatype.business.BusinessEntity businessEntity)
Deprecated. Publishes BusinessEntity. |
org.uddi4j.datatype.service.BusinessService |
saveBusinessService(java.lang.String authInfo,
org.uddi4j.datatype.service.BusinessService service)
Deprecated. Publishes BusinessService. |
org.uddi4j.datatype.tmodel.TModel |
saveTModel(java.lang.String authInfo,
org.uddi4j.datatype.tmodel.TModel tModel)
Deprecated. Publishes TModel. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
Constructor Detail |
public UDDIClient(Configuration configuration, int type) throws PromoterConfigurationException
Configuration
and type (which indicates whether the
UDDIClient
is intended to be used to connect to the source registry or a target registry).
The type value should be one of PromoterConstants.SOURCE_REGISTRY
or PromoterConstants.TARGET_REGISTRY
.
configuration
- type
- Indicates if connection is to source or target registry.
PromoterConfigurationException
Method Detail |
public Publisher getPublisher() throws PromoterUDDI4JException, PromoterTransportException
PromoterUDDI4JException
PromoterTransportException
public java.lang.String getAuthInfo(java.lang.String userID, java.lang.String userPassword) throws PromoterUDDI4JException
userID
- userPassword
-
PromoterUDDI4JException
public org.uddi4j.datatype.business.BusinessEntity getBusinessEntity(java.lang.String businessKey) throws PromoterUDDI4JException, PromoterTransportException
businessKey
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.business.BusinessEntity getBusinessEntity(org.uddi4j.response.BusinessDetail businessDetail)
businessDetail
-
public org.uddi4j.datatype.binding.BindingTemplate saveBindingTemplate(java.lang.String authInfo, org.uddi4j.datatype.binding.BindingTemplate binding) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- binding
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.business.BusinessEntity saveBusinessEntity(java.lang.String authInfo, org.uddi4j.datatype.business.BusinessEntity businessEntity) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- businessEntity
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.service.BusinessService saveBusinessService(java.lang.String authInfo, org.uddi4j.datatype.service.BusinessService service) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- service
-
PromoterUDDI4JException
PromoterTransportException
public void deleteBusiness(java.lang.String authInfo, java.lang.String businessKey) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- businessKey
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.tmodel.TModel getTModel(java.lang.String tModelKey) throws PromoterUDDI4JException, PromoterTransportException
tModelKey
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.tmodel.TModel getTModel(org.uddi4j.response.TModelDetail tModelDetail)
tModelDetail
-
public org.uddi4j.datatype.tmodel.TModel saveTModel(java.lang.String authInfo, org.uddi4j.datatype.tmodel.TModel tModel) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- tModel
-
PromoterUDDI4JException
PromoterTransportException
public void deleteTModel(java.lang.String authInfo, java.lang.String tModelKey) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- tModelKey
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.service.BusinessService getBusinessService(java.lang.String serviceKey) throws PromoterUDDI4JException, PromoterTransportException
serviceKey
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.service.BusinessService getBusinessService(org.uddi4j.response.ServiceDetail serviceDetail)
serviceDetail
-
public void deleteBusinessServices(java.lang.String authInfo, java.util.Vector serviceKeyStrings) throws org.uddi4j.UDDIException, org.uddi4j.transport.TransportException
authInfo
- serviceKeyStrings
-
org.uddi4j.UDDIException
org.uddi4j.transport.TransportException
public org.uddi4j.datatype.binding.BindingTemplate getBindingTemplate(java.lang.String bindingKey) throws PromoterUDDI4JException, PromoterTransportException
bindingKey
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.datatype.binding.BindingTemplate getBindingTemplate(org.uddi4j.response.BindingDetail bindingDetail)
bindingDetail
-
public void deleteBindingTemplates(java.lang.String authInfo, java.util.Vector bindingKeyStrings) throws org.uddi4j.UDDIException, org.uddi4j.transport.TransportException
authInfo
- bindingKeyStrings
-
org.uddi4j.UDDIException
org.uddi4j.transport.TransportException
public org.uddi4j.datatype.service.BusinessService getService(java.lang.String serviceKey) throws PromoterUDDI4JException, PromoterTransportException
serviceKey
-
PromoterUDDI4JException
PromoterTransportException
public void deleteService(java.lang.String authInfo, java.lang.String serviceKey) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- serviceKey
-
PromoterUDDI4JException
PromoterTransportException
public void deleteBindingTemplate(java.lang.String authInfo, java.lang.String bindingKey) throws PromoterUDDI4JException, PromoterTransportException
authInfo
- bindingKey
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.response.BusinessList 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) throws PromoterUDDI4JException, PromoterTransportException
names
- discoveryURLs
- identifierBag
- categoryBag
- tModelBag
- findQualifiers
- maxRows
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.response.ServiceList 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) throws PromoterUDDI4JException, PromoterTransportException
businessKey
- names
- categoryBag
- tModelBag
- findQualifiers
- maxRows
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.response.BindingDetail findBindings(org.uddi4j.util.FindQualifiers findQualifiers, java.lang.String serviceKey, org.uddi4j.util.TModelBag tModelBag, int maxRows) throws PromoterUDDI4JException, PromoterTransportException
findQualifiers
- serviceKey
- tModelBag
- maxRows
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.response.TModelList findTModels(java.lang.String name, org.uddi4j.util.CategoryBag categoryBag, org.uddi4j.util.IdentifierBag identifierBag, org.uddi4j.util.FindQualifiers findQualifiers, int maxRows) throws PromoterUDDI4JException, PromoterTransportException
name
- categoryBag
- identifierBag
- findQualifiers
- maxRows
-
PromoterUDDI4JException
PromoterTransportException
public org.uddi4j.response.RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, org.uddi4j.util.KeyedReference keyedReference, org.uddi4j.util.FindQualifiers findQualifiers, int maxRows) throws PromoterUDDI4JException, PromoterTransportException
businessKey
- keyedReference
- findQualifiers
- maxRows
-
PromoterUDDI4JException
PromoterTransportException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |