|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IoxFactoryCollection
Collection of factories used for creating IomObjects. Used to chain factories, so that you can reuse single factories in different combinations.
Method Summary | |
---|---|
void |
registerFactory(IoxFactory factory)
adds a new factory in front of list of already registered factories. |
void |
removeFactory(IoxFactory factory)
removes a previously registered factory from this collection. |
Methods inherited from interface ch.interlis.iox.IoxFactory |
---|
createIomObject |
Method Detail |
---|
void registerFactory(IoxFactory factory) throws IoxException
IoxException
void removeFactory(IoxFactory factory) throws IoxException
IoxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |