org.apache.soap.util
Class StringUtils
java.lang.Object
  |
  +--org.apache.soap.util.StringUtils
- public class StringUtils
- extends java.lang.Object
Deals with strings (probably need to elaborate some more).
  
   
   
| Method Summary | 
| static java.lang.String | getClassName(java.lang.Class targetClass)
 | 
| static java.io.Reader | getContentAsReader(java.net.URL url)
 | 
| static java.lang.String | getContentAsString(java.net.URL url)
 | 
| static java.net.URL | getURL(java.net.URL contextURL, java.lang.String spec)
 | 
| static java.lang.String | parseFullTargetObjectURI(java.lang.String fullTargetObjectURI)This method will perform the splicing of a full URI.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
lineSeparator
public static final java.lang.String lineSeparator
 
URI_SEPARATION_CHAR
public static java.lang.String URI_SEPARATION_CHAR
 
 
StringUtils
public StringUtils()
 
 
getClassName
public static java.lang.String getClassName(java.lang.Class targetClass)
 
getURL
public static java.net.URL getURL(java.net.URL contextURL,
                                  java.lang.String spec)
                           throws java.net.MalformedURLException
- 
- java.net.MalformedURLException
 
 
getContentAsReader
public static java.io.Reader getContentAsReader(java.net.URL url)
                                         throws java.lang.SecurityException,
                                                java.lang.IllegalArgumentException,
                                                java.io.IOException
- 
- java.lang.SecurityException
- java.lang.IllegalArgumentException
- java.io.IOException
 
 
getContentAsString
public static java.lang.String getContentAsString(java.net.URL url)
                                           throws java.lang.SecurityException,
                                                  java.lang.IllegalArgumentException,
                                                  java.io.IOException
- 
- java.lang.SecurityException
- java.lang.IllegalArgumentException
- java.io.IOException
 
 
parseFullTargetObjectURI
public static java.lang.String parseFullTargetObjectURI(java.lang.String fullTargetObjectURI)
- This method will perform the splicing of a full URI. It is currently the only place where the delimiting character in the URI that triggers the splicing operation is specified. (This character should later be specified as a constant... Creation date: (10/23/00 2:54:33 PM)
- 
- Parameters:
- fullTargetObjectURI- java.lang.String
- Returns:
- java.lang.String