Package org.jboss.wsf.spi.deployment
Interface ResourceResolver
-
public interface ResourceResolverA resource resolver- Since:
- 19-Nov-2009
- Author:
- alessio.soldano@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLresolve(String resourcePath)Get the URL for a given resource pathURLresolveFailSafe(String resourcePath)Same as resolve(String resourcePath) except it does not throw exception when resource is not found, simply returns null.
-
-
-
Method Detail
-
resolve
URL resolve(String resourcePath) throws IOException
Get the URL for a given resource path- Parameters:
resourcePath- resource path- Returns:
- URL of resource
- Throws:
IOException- IO exception
-
-