com.ibm.uddi.datatypes
Class HostingRedirector

java.lang.Object
  extended bycom.ibm.uddi.datatypes.EndPoint
      extended bycom.ibm.uddi.datatypes.HostingRedirector
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class HostingRedirector
extends EndPoint

Corresponds to UDDI v2.0 'hostingRedirector' element.

See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
Constructor Summary
HostingRedirector()
          Deprecated.  
 
Method Summary
 java.lang.String getBindingKey()
          Deprecated. Returns the bindingKey of the HostingRedirector.
 void setBindingKey(java.lang.String bindingKey)
          Deprecated. Sets the bindingKey of the HostingRedirector.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

HostingRedirector

public HostingRedirector()
Deprecated. 
Method Detail

getBindingKey

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

Returns:
the bindingKey of the HostingRedirector.

setBindingKey

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

Parameters:
bindingKey - the bindingKey of the HostingRedirector.