org.kuali.rice.krad.service.impl
Class XmlObjectSerializerIgnoreMissingFieldsServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
      extended by org.kuali.rice.krad.service.impl.XmlObjectSerializerIgnoreMissingFieldsServiceImpl
All Implemented Interfaces:
XmlObjectSerializerService

public class XmlObjectSerializerIgnoreMissingFieldsServiceImpl
extends XmlObjectSerializerServiceImpl

This class is the service implementation for the XmlObjectSerializer structure. This is the default implementation that gets delivered with Kuali. It utilizes the XStream open source libraries and framework.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
XmlObjectSerializerServiceImpl.ProxyAwareJavaReflectionProvider, XmlObjectSerializerServiceImpl.ProxyConverter
 
Constructor Summary
XmlObjectSerializerIgnoreMissingFieldsServiceImpl()
           
 
Method Summary
 Object fromXml(String xml)
          Retrieves an Object instance from a String of XML - unmarshals.
 
Methods inherited from class org.kuali.rice.krad.service.impl.XmlObjectSerializerServiceImpl
getPersistenceService, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlObjectSerializerIgnoreMissingFieldsServiceImpl

public XmlObjectSerializerIgnoreMissingFieldsServiceImpl()
Method Detail

fromXml

public Object fromXml(String xml)
Description copied from interface: XmlObjectSerializerService
Retrieves an Object instance from a String of XML - unmarshals.

Specified by:
fromXml in interface XmlObjectSerializerService
Overrides:
fromXml in class XmlObjectSerializerServiceImpl
Returns:
See Also:
Fields on the XML that do not exist on the class will be ignored.


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.