org.jboss.soa.esb.listeners.config
Interface DeploymentResourceLocator


public interface DeploymentResourceLocator

Deployment resource locator.

Author:
tom.fennelly@jboss.com

Method Summary
 java.io.InputStream getResource(java.lang.String resourcePath)
          Get the resource under the specified path.
 

Method Detail

getResource

java.io.InputStream getResource(java.lang.String resourcePath)
Get the resource under the specified path.

Parameters:
resourcePath - Path to the resource in the deployment.
Returns:
The resource stream, or null if the resource does not exist.