6364656667686970
private static Map cache = new HashMap(); public ClassInfoCache(XMLDispatcherClient xd) { this.xd = new XMLDispatcherMarshallingClientImpl(xd, new XMLStructMarshaller( new org.xooof.xmldispatcher.classinfo.PackageXmlStructFactory())); }
164165166167168169170171172173174
{ if (pXmlMarshaller == null) { // TBC: configurable marshaller to be independent of struct pXmlMarshaller = new XMLStructMarshaller( (XmlStructFactory)Class.forName( (String)pGetEnvEntry( "XmlStructFactoryClass")).newInstance()); }