BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.datatypes
Class HostingRedirector

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.HostingRedirector

public class HostingRedirector
extends Object

The hostingRedirector structure is used to specify the location of a service when it is provisioned via remote hosting. It is mutually exclusive with access point.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
HostingRedirector()
          Class constructor.
HostingRedirector(String bindingKey)
          Class construstor specifying the initialization value.
 
Method Summary
 String getBindingKey()
          Gets the value of the binding key.
 void setBindingKey(String val)
          Sets the value of the binding key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostingRedirector

public HostingRedirector()
Class constructor.


HostingRedirector

public HostingRedirector(String bindingKey)
Class construstor specifying the initialization value.

Method Detail

getBindingKey

public String getBindingKey()
Gets the value of the binding key.

Returns:
the current value of the binding key.

setBindingKey

public void setBindingKey(String val)
Sets the value of the binding key.

Parameters:
val - the new value of the binding key.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.