org.ow2.util.plan.bindings.schemastream
Class SchemaStreamFactoryImpl
java.lang.Object
org.ow2.util.plan.bindings.schemastream.SchemaStreamFactoryImpl
- All Implemented Interfaces:
- ISchemaStreamFactory
public class SchemaStreamFactoryImpl
- extends Object
- implements ISchemaStreamFactory
Implementation for the ISchemaStreamFactory.
- Author:
- Mickaƫl LEDUQUE
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaStreamFactoryImpl
public SchemaStreamFactoryImpl()
getSchemaStream
public InputStream getSchemaStream(String schemaResourceName)
- Provides an InputStream built on the resource.
- Specified by:
getSchemaStream in interface ISchemaStreamFactory
- 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.