org.apache.geronimo.axis2.util
Class SimpleURIResolver

java.lang.Object
  extended by org.apache.geronimo.axis2.util.SimpleURIResolver

public class SimpleURIResolver
extends Object


Constructor Summary
SimpleURIResolver()
           
SimpleURIResolver(String path)
           
SimpleURIResolver(String baseUriStr, String uriStr)
           
 
Method Summary
 InputStream getInputStream()
           
 URI getURI()
           
 URL getURL()
           
 boolean isResolved()
           
 void resolve(String baseUriStr, String uriStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleURIResolver

public SimpleURIResolver()

SimpleURIResolver

public SimpleURIResolver(String path)
                  throws IOException
Throws:
IOException

SimpleURIResolver

public SimpleURIResolver(String baseUriStr,
                         String uriStr)
                  throws IOException
Throws:
IOException
Method Detail

resolve

public void resolve(String baseUriStr,
                    String uriStr)
             throws IOException
Throws:
IOException

getURI

public URI getURI()

getURL

public URL getURL()

getInputStream

public InputStream getInputStream()

isResolved

public boolean isResolved()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.