org.jboss.wsf.spi.deployment
Interface ResourceResolver
public interface ResourceResolver
A resource resolver- Since:
- 19-Nov-2009
- Author:
- [email protected]
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description URL
resolve(String resourcePath)
Get the URL for a given resource pathURL
resolveFailSafe(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
Copyright © 2018 JBoss, by Red Hat. All rights reserved.