public interface IdentifiableFactoryFinder
Modifier and Type | Method and Description |
---|---|
Identifiable |
create(int id,
InputStream is)
If there is a registered factory for id, use it to read an Identifiable from is.
|
void |
registerFactory(IdentifiableFactory factory)
Register a factory for the given id.
|
Identifiable create(int id, InputStream is)
void registerFactory(IdentifiableFactory factory)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.