portal.services
Interface IServiceConfig

All Known Implementing Classes:
ServiceXMLConfiguration

public interface IServiceConfig


Method Summary
 java.util.Set getAttributeNames()
           
 java.lang.String getAttributeValue(java.lang.String name)
           
 java.io.InputStream getResourceAsStream(java.lang.String resourcePath)
           
 java.util.Set getResourcePaths(java.lang.String basePath)
           
 

Method Detail

getAttributeNames

public java.util.Set getAttributeNames()

getAttributeValue

public java.lang.String getAttributeValue(java.lang.String name)

getResourcePaths

public java.util.Set getResourcePaths(java.lang.String basePath)
                               throws ServiceException
Throws:
ServiceException

getResourceAsStream

public java.io.InputStream getResourceAsStream(java.lang.String resourcePath)
                                        throws ServiceException
Throws:
ServiceException