java.lang.Object
org.apache.juddi.datatype.binding.HostingRedirector
- All Implemented Interfaces:
- org.apache.juddi.datatype.RegistryObject, java.io.Serializable
- public class HostingRedirector
- extends java.lang.Object
- implements org.apache.juddi.datatype.RegistryObject
The HostingRedirector in the bindingTemplate is used to indicate that the
bindingTemplate entry is a pointer to a different bindingTemplate entry.
The value in this is seen when a business or entity wants to expose a
service description (ie advertise a service that fulfills a specific
purpose) that is actually a service that is described in a separate
bindingTemplate record. This might occur when a service is remotely hosted
or when many service descriptions could benefit from a single service
description.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bindingKey
java.lang.String bindingKey
HostingRedirector
public HostingRedirector()
- Constructs a new initialized HostingRedirector.
HostingRedirector
public HostingRedirector(java.lang.String key)
- Constructs a new HostingRedirector with a given String.
setBindingKey
public void setBindingKey(org.apache.juddi.datatype.BindingKey key)
- Sets the key of this HostingRedirector to the given key.
setBindingKey
public void setBindingKey(java.lang.String key)
- Sets the key of this HostingRedirector to the given key.
getBindingKey
public java.lang.String getBindingKey()
- Returns the key of this HostingRedirector.