Framework Professional Edition Package


org.mbs.services.metatype
Interface ObjectClassCreator


public interface ObjectClassCreator


Method Summary
 java.util.Hashtable createAutoconfOCDs(java.io.InputStream is)
          Parses XML Input Stream (is) and returns Object Class Definitions (OCDs) contained by it Note: used when parsing autoconf XMLs
 java.util.Hashtable createOCDs(java.io.InputStream is, int type)
          Parses XML Input Stream (is) and returns Object Class Definitions (OCDs) contained by it
 

Method Detail

createAutoconfOCDs

java.util.Hashtable createAutoconfOCDs(java.io.InputStream is)
Parses XML Input Stream (is) and returns Object Class Definitions (OCDs) contained by it Note: used when parsing autoconf XMLs

Parameters:
is - The XML InputStream.
Returns:
Hashtable with Object Class Definitions created from the XML.

createOCDs

java.util.Hashtable createOCDs(java.io.InputStream is,
                               int type)
Parses XML Input Stream (is) and returns Object Class Definitions (OCDs) contained by it

Parameters:
is - The XML InputStream.
type - The type of the XML. 0 - OSGi; 1 - ProSyst;
Returns:
Hashtable of Object Class Definitions created from the XML.

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved