|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.HostingRedirector
HostingRedirector is only present when the service is provisioned via remote hosting, load balancing, etc. It is mutually exclusive with AccessPoint.
| Field Summary | |
protected BindingKey |
bindingKey
The link to the appropriate BindingTemplate. |
| Constructor Summary | |
HostingRedirector(BindingKey bindingKey)
HostingRedirector constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this HostingRedirector. |
BindingKey |
getBindingKey()
Gets the link to the appropriate BindingTemplate. |
java.lang.String |
toString()
Gets a String representation of the HostingRedirector. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this HostingRedirector. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected BindingKey bindingKey
| Constructor Detail |
public HostingRedirector(BindingKey bindingKey)
bindingKey - The link to the appropriate BindingTempalte.| Method Detail |
public BindingKey getBindingKey()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this HostingRedirector.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||