com.ibm.uddi.datatypes

Class BindingTemplate

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.BindingTemplate
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class BindingTemplate
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'bindingTemplate' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
BindingTemplate()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBindingKey()
Deprecated. Returns the bindingKey of this BindingTemplate.
  1. DescriptionList
getDescriptions()
Deprecated. Returns the language annotated list of descriptions of this BindingTemplate.
  1. EndPoint
getEndpoint()
Deprecated. Returns the EndPoint of this BindingTemplate.
  1. java.lang.String
getServiceKey()
Deprecated. Returns the serviceKey of this BindingTemplate.
  1. TModelInstanceInfoList
getTModelInstanceInfos()
Deprecated. Returns the TModelInstanceInfoList of this BindingTemplate.
  1. void
setBindingKey(java.lang.String bindingKey)
Deprecated. Sets the bindingKey of this BindingTemplate.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the language annotated list of descriptions of this BindingTemplate.
  1. void
setEndpoint(EndPoint endpoint)
Deprecated. Sets the EndPoint of this BindingTemplate.
  1. void
setServiceKey(java.lang.String serviceKey)
Deprecated. Sets the serviceKey of this BindingTemplate.
  1. 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

  1. public BindingTemplate()
Deprecated.

Method Detail

getDescriptions

  1. 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

  1. 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

  1. 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

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

getTModelInstanceInfos

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

setTModelInstanceInfos

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

getBindingKey

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

setBindingKey

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

getServiceKey

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

setServiceKey

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