com.sun.xml.registry.common.util
Class Utility

java.lang.Object
  extended by com.sun.xml.registry.common.util.Utility

public class Utility
extends Object

Class Declaration.

Version:
1.2, 05/02/00
Author:
Farrukh S. Najmi, Kathy Walsh
See Also:

Field Summary
static String LOGGING_DOMAIN
           
 
Constructor Summary
protected Utility()
          Class Constructor.
 
Method Summary
static String generateUUID()
           
 String getContextRoot()
           
 String getContextRootURLString()
          Method Declaration.
static Utility getInstance()
          Method Declaration.
 String getJAXRHome()
           
 URL getURL(String urlSuffix)
          Method Declaration.
 void setJAXRHome(String jaxrHome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGING_DOMAIN

public static final String LOGGING_DOMAIN
See Also:
Constant Field Values
Constructor Detail

Utility

protected Utility()
Class Constructor.

See Also:
Method Detail

setJAXRHome

public void setJAXRHome(String jaxrHome)

getJAXRHome

public String getJAXRHome()

getContextRoot

public String getContextRoot()
Returns:
The root content for JAXR client or service
See Also:

getContextRootURLString

public String getContextRootURLString()
Method Declaration.

Returns:
See Also:

getURL

public URL getURL(String urlSuffix)
           throws MalformedURLException
Method Declaration.

Parameters:
urlSuffix -
Returns:
Throws:
MalformedURLException
See Also:

getInstance

public static Utility getInstance()
Method Declaration.

Returns:
See Also:

generateUUID

public static String generateUUID()


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.