org.ow2.util.plan.bindings.schemastream
Class SchemaStreamFactoryImpl

java.lang.Object
  extended by 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

Constructor Summary
SchemaStreamFactoryImpl()
           
 
Method Summary
 InputStream getSchemaStream(String schemaResourceName)
          Provides an InputStream built on the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaStreamFactoryImpl

public SchemaStreamFactoryImpl()
Method Detail

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.