Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.juddi.datatype.binding
Class HostingRedirector  view HostingRedirector download HostingRedirector.java

java.lang.Object
  extended byorg.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.


Field Summary
(package private)  java.lang.String bindingKey
           
 
Constructor Summary
HostingRedirector()
          Constructs a new initialized HostingRedirector.
HostingRedirector(java.lang.String key)
          Constructs a new HostingRedirector with a given String.
 
Method Summary
 java.lang.String getBindingKey()
          Returns the key of this HostingRedirector.
 void setBindingKey(org.apache.juddi.datatype.BindingKey key)
          Sets the key of this HostingRedirector to the given key.
 void setBindingKey(java.lang.String key)
          Sets the key of this HostingRedirector to the given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindingKey

java.lang.String bindingKey
Constructor Detail

HostingRedirector

public HostingRedirector()
Constructs a new initialized HostingRedirector.


HostingRedirector

public HostingRedirector(java.lang.String key)
Constructs a new HostingRedirector with a given String.

Method Detail

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.