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.


Method Index

 o createXFace(XObj)
 o createXFace(XObj, ClassLoader)

Methods

 o createXFace
public abstract XFace createXFace(XObj xObj) throws IOException, ClassNotFoundException
 o createXFace
public abstract XFace createXFace(XObj xObj,
                                  ClassLoader cl) throws IOException, ClassNotFoundException

All Packages  Class Hierarchy  This Package  Previous  Next  Index