org.jboss.wsf.spi.deployment
Interface ResourceResolver


public interface ResourceResolver

A resource resolver

Since:
19-Nov-2009
Author:
alessio.soldano@jboss.com

Method Summary
 URL resolve(String resourcePath)
          Get the URL for a given resource path
 URL 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 -
Returns:
Throws:
IOException

resolveFailSafe

URL resolveFailSafe(String resourcePath)
Same as resolve(String resourcePath) except it does not throw exception when resource is not found, simply returns null.

Parameters:
resourcePath -
Returns:


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.