Package com.sun.xml.registry.common.util
Class Utility
- java.lang.Object
-
- 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOGGING_DOMAIN
-
Constructor Summary
Constructors Modifier Constructor Description protectedUtility()Class Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgenerateUUID()StringgetContextRoot()StringgetContextRootURLString()Method Declaration.static UtilitygetInstance()Method Declaration.StringgetJAXRHome()URLgetURL(String urlSuffix)Method Declaration.voidsetJAXRHome(String jaxrHome)
-
-
-
Field Detail
-
LOGGING_DOMAIN
public static final String LOGGING_DOMAIN
- See Also:
- Constant Field Values
-
-
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
-
getContextRootURLString
public String getContextRootURLString()
Method Declaration.- Returns:
-
getURL
public URL getURL(String urlSuffix) throws MalformedURLException
Method Declaration.- Parameters:
urlSuffix-- Returns:
- Throws:
MalformedURLException
-
getInstance
public static Utility getInstance()
Method Declaration.- Returns:
-
generateUUID
public static String generateUUID()
-
-