private XMLDispatcherMarshallingClient xd;
private static Map cache = new HashMap();
public ClassInfoCache(XMLDispatcherClient xd)
{
this.xd = new XMLDispatcherMarshallingClientImpl(xd,
new XMLStructMarshaller(
new org.xooof.xmldispatcher.classinfo.PackageXmlStructFactory()));
}