com.ibm.uddi.datatypes

Class HostingRedirector

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

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class HostingRedirector
  2. extends EndPoint
Corresponds to UDDI v2.0 'hostingRedirector' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
HostingRedirector()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBindingKey()
Deprecated. Returns the bindingKey of the HostingRedirector.
  1. void
setBindingKey(java.lang.String bindingKey)
Deprecated. Sets the bindingKey of the HostingRedirector.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

HostingRedirector

  1. public HostingRedirector()
Deprecated.

Method Detail

getBindingKey

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

setBindingKey

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