|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.interlis.iox_j.GenericIoxFactory
public class GenericIoxFactory
Generic implementation of a IoxFactory. This factory class creates for every type an instance of ch.interlis.iom_j.Iom_jObject.
Constructor Summary | |
---|---|
GenericIoxFactory()
|
Method Summary | |
---|---|
IomObject |
createIomObject(java.lang.String type,
java.lang.String oid)
creates a IomObject with the given type and oid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericIoxFactory()
Method Detail |
---|
public IomObject createIomObject(java.lang.String type, java.lang.String oid) throws IoxException
IoxFactory
createIomObject
in interface IoxFactory
type
- of object to createoid
- may be null
IoxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |