Class URILocationImpl

java.lang.Object
org.exolab.castor.net.URILocation
org.exolab.castor.net.util.URILocationImpl

public final class URILocationImpl extends URILocation
An implementation of URILocation
Version:
$Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
Author:
Keith Visco
  • Constructor Details

    • URILocationImpl

      public URILocationImpl(String href)
      Creates a new URILocationImpl
    • URILocationImpl

      public URILocationImpl(String href, String documentBase)
      Creates a new URILocationImpl
    • URILocationImpl

      public URILocationImpl(Reader reader, String href)
      Creates a new URILocationImpl
    • URILocationImpl

      public URILocationImpl(InputStream is, String href)
      Creates a new URILocationImpl
  • Method Details