org.ow2.util.plan.bindings.schemastream
Interface ISchemaStreamFactory

All Known Implementing Classes:
SchemaStreamFactoryImpl

public interface ISchemaStreamFactory

Factory for InputStream object built on schema resources.

Author:
Mickaƫl LEDUQUE

Method Summary
 InputStream getSchemaStream(String schemaResourceName)
          Provides an InputStream built on the resource.
 

Method Detail

getSchemaStream

InputStream getSchemaStream(String schemaResourceName)
Provides an InputStream built on the resource.

Parameters:
schemaResourceName - the resource name of the schema (without the package).
Returns:
an InputStream built on the resource.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.