BEA Systems, Inc.


weblogic.uddi.client.service
Class UDDIService

java.lang.Object
  |
  +--weblogic.uddi.client.service.UDDIService
Direct Known Subclasses:
Inquiry, Publish

public abstract class UDDIService
extends java.lang.Object


Field Summary
protected  java.lang.String URL
           
 
Constructor Summary
UDDIService()
           
 
Method Summary
 java.lang.String getURL()
          Gets the URL of the remote registry currently used.
 void setURL(java.lang.String url)
          Sets the URL of the remote registry to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL

protected java.lang.String URL
Constructor Detail

UDDIService

public UDDIService()
Method Detail

getURL

public java.lang.String getURL()
Gets the URL of the remote registry currently used.

Returns:
the url of the remote registry.

setURL

public void setURL(java.lang.String url)
Sets the URL of the remote registry to use.

Parameters:
the - url of the remote registry.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference