org.apache.shindig.social.core.util.xstream
Class XStream081Configuration

java.lang.Object
  extended by org.apache.shindig.social.core.util.xstream.XStream081Configuration
All Implemented Interfaces:
XStreamConfiguration

public class XStream081Configuration
extends Object
implements XStreamConfiguration

Opensocial 0.81 compliant Xstream binding


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.shindig.protocol.conversion.xstream.XStreamConfiguration
XStreamConfiguration.ConverterConfig, XStreamConfiguration.ConverterSet
 
Constructor Summary
XStream081Configuration(com.google.inject.Injector injector)
           
 
Method Summary
 XStreamConfiguration.ConverterConfig getConverterConfig(XStreamConfiguration.ConverterSet c, com.thoughtworks.xstream.converters.reflection.ReflectionProvider rp, com.thoughtworks.xstream.mapper.Mapper dmapper, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver, WriterStack writerStack)
          
 Map<String,NamespaceSet> getNameSpaces()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStream081Configuration

@Inject
public XStream081Configuration(com.google.inject.Injector injector)
Parameters:
injector - the injector to initialize with
Method Detail

getConverterConfig

public XStreamConfiguration.ConverterConfig getConverterConfig(XStreamConfiguration.ConverterSet c,
                                                               com.thoughtworks.xstream.converters.reflection.ReflectionProvider rp,
                                                               com.thoughtworks.xstream.mapper.Mapper dmapper,
                                                               com.thoughtworks.xstream.io.HierarchicalStreamDriver driver,
                                                               WriterStack writerStack)

Specified by:
getConverterConfig in interface XStreamConfiguration
Parameters:
writerStack -
See Also:
XStreamConfiguration.getConverterConfig(org.apache.shindig.protocol.conversion.xstream.XStreamConfiguration.ConverterSet, com.thoughtworks.xstream.converters.reflection.ReflectionProvider, com.thoughtworks.xstream.mapper.Mapper, com.thoughtworks.xstream.io.HierarchicalStreamDriver, org.apache.shindig.protocol.conversion.xstream.WriterStack)

getNameSpaces

public Map<String,NamespaceSet> getNameSpaces()

Specified by:
getNameSpaces in interface XStreamConfiguration
See Also:
XStreamConfiguration.getNameSpaces()


Copyright © 2007-2012. All Rights Reserved.