org.eclipse.emf.test.models.customer.util
Class CustomerXMLProcessor

java.lang.Object
  extended by org.eclipse.emf.ecore.xmi.util.XMLProcessor
      extended by org.eclipse.emf.test.models.customer.util.CustomerXMLProcessor

public class CustomerXMLProcessor
extends XMLProcessor

This class contains helper methods to serialize and deserialize XML documents


Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
ecoreBuilder, extendedMetaData, loadOptions, registrations, registry, saveOptions, STAR_EXTENSION, XML_EXTENSION, XML_URI
 
Constructor Summary
CustomerXMLProcessor()
          Public constructor to instantiate the helper
 
Method Summary
protected  java.util.Map<java.lang.String,Resource.Factory> getRegistrations()
          Register for "*" and "xml" file extensions the CustomerResourceFactoryImpl factory
 
Methods inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
createEcoreBuilder, createExtendedMetaData, createResourceSet, getEPackageRegistry, getExtendedMetaData, load, load, load, load, save, save, save, saveToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerXMLProcessor

public CustomerXMLProcessor()
Public constructor to instantiate the helper.

Method Detail

getRegistrations

protected java.util.Map<java.lang.String,Resource.Factory> getRegistrations()
Register for "*" and "xml" file extensions the CustomerResourceFactoryImpl factory.

Overrides:
getRegistrations in class XMLProcessor

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.