IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class BindingTemplate

java.lang.Object
  extended by com.ibm.uddi.datatypes.BindingTemplate
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class BindingTemplate
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'bindingTemplate' element.

See Also:
Serialized Form

Constructor Summary
BindingTemplate()
          Deprecated.  
 
Method Summary
 java.lang.String getBindingKey()
          Deprecated. Returns the bindingKey of this BindingTemplate.
 DescriptionList getDescriptions()
          Deprecated. Returns the language annotated list of descriptions of this BindingTemplate.
 EndPoint getEndpoint()
          Deprecated. Returns the EndPoint of this BindingTemplate.
 java.lang.String getServiceKey()
          Deprecated. Returns the serviceKey of this BindingTemplate.
 TModelInstanceInfoList getTModelInstanceInfos()
          Deprecated. Returns the TModelInstanceInfoList of this BindingTemplate.
 void setBindingKey(java.lang.String bindingKey)
          Deprecated. Sets the bindingKey of this BindingTemplate.
 void setDescriptions(DescriptionList descriptions)
          Deprecated. Sets the language annotated list of descriptions of this BindingTemplate.
 void setEndpoint(EndPoint endpoint)
          Deprecated. Sets the EndPoint of this BindingTemplate.
 void setServiceKey(java.lang.String serviceKey)
          Deprecated. Sets the serviceKey of this BindingTemplate.
 void setTModelInstanceInfos(TModelInstanceInfoList tModelInstanceInfos)
          Deprecated. Sets the TModelInstanceInfoList of this BindingTemplate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingTemplate

public BindingTemplate()
Deprecated. 
Method Detail

getDescriptions

public DescriptionList getDescriptions()
Deprecated. 
Returns the language annotated list of descriptions of this BindingTemplate.

Returns:
the language annotated list of descriptions of this BindingTemplate.

setDescriptions

public void setDescriptions(DescriptionList descriptions)
Deprecated. 
Sets the language annotated list of descriptions of this BindingTemplate.

Parameters:
descriptions - the language annotated list of descriptions of this BindingTemplate.

getEndpoint

public EndPoint getEndpoint()
Deprecated. 
Returns the EndPoint of this BindingTemplate. The EndPoint is either an AccessPoint or a HostingRedirector.

Returns:
the EndPoint of this BindingTemplate - either an AccessPoint or a HostingRedirector

setEndpoint

public void setEndpoint(EndPoint endpoint)
Deprecated. 
Sets the EndPoint of this BindingTemplate. The EndPoint is either an AccessPoint or a HostingRedirector.

Parameters:
the - EndPoint of this BindingTemplate - either an AccessPoint or a HostingRedirector

getTModelInstanceInfos

public TModelInstanceInfoList getTModelInstanceInfos()
Deprecated. 
Returns the TModelInstanceInfoList of this BindingTemplate.

Returns:
the TModelInstanceInfoList of this BindingTemplate.

setTModelInstanceInfos

public void setTModelInstanceInfos(TModelInstanceInfoList tModelInstanceInfos)
Deprecated. 
Sets the TModelInstanceInfoList of this BindingTemplate.

Parameters:
tModelInstanceInfo - the TModelInstanceInfoList of this BindingTemplate.

getBindingKey

public java.lang.String getBindingKey()
Deprecated. 
Returns the bindingKey of this BindingTemplate.

Returns:
the bindingKey of this BindingTemplate.

setBindingKey

public void setBindingKey(java.lang.String bindingKey)
Deprecated. 
Sets the bindingKey of this BindingTemplate.

Parameters:
bindingKey - the bindingKey of this BindingTemplate.

getServiceKey

public java.lang.String getServiceKey()
Deprecated. 
Returns the serviceKey of this BindingTemplate.

Returns:
the serviceKey of this BindingTemplate.

setServiceKey

public void setServiceKey(java.lang.String serviceKey)
Deprecated. 
Sets the serviceKey of this BindingTemplate.

Parameters:
serviceKey - the serviceKey of this BindingTemplate.

IBM WebSphere Application ServerTM
Release 8