All Packages Class Hierarchy This Package Previous Next Index
Interface ORG.opengroup.xface.XFaceFactory
- public interface XFaceFactory
- extends Serializable
Create an XFace object for a given XObj instance.
createXFace(XObj)
-
createXFace(XObj, ClassLoader)
-
createXFace
public abstract XFace createXFace(XObj xObj) throws IOException, ClassNotFoundException
createXFace
public abstract XFace createXFace(XObj xObj,
ClassLoader cl) throws IOException, ClassNotFoundException
All Packages Class Hierarchy This Package Previous Next Index