de.javakaffee.web.msm.serializer.xstream
Class XStreamTranscoderFactory

java.lang.Object
  extended by de.javakaffee.web.msm.serializer.xstream.XStreamTranscoderFactory
All Implemented Interfaces:
TranscoderFactory

public class XStreamTranscoderFactory
extends Object
implements TranscoderFactory

Creates XStreamTranscoder instances.

Author:
Martin Grotzke (martin.grotzke@freiheit.com) (initial creation)

Constructor Summary
XStreamTranscoderFactory()
           
 
Method Summary
 SessionAttributesTranscoder createTranscoder(MemcachedSessionService.SessionManager manager)
          
 void setCopyCollectionsForSerialization(boolean val)
          
 void setCustomConverterClassNames(String[] customConverterClassNames)
          Throws an UnsupportedOperationException, as java serialization does not support custom xml format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamTranscoderFactory

public XStreamTranscoderFactory()
Method Detail

createTranscoder

public SessionAttributesTranscoder createTranscoder(MemcachedSessionService.SessionManager manager)

Specified by:
createTranscoder in interface TranscoderFactory

setCopyCollectionsForSerialization

public void setCopyCollectionsForSerialization(boolean val)

Specified by:
setCopyCollectionsForSerialization in interface TranscoderFactory

setCustomConverterClassNames

public void setCustomConverterClassNames(String[] customConverterClassNames)
Throws an UnsupportedOperationException, as java serialization does not support custom xml format.

Specified by:
setCustomConverterClassNames in interface TranscoderFactory
Parameters:
customConverterClassNames - a list of class names or null.


Copyright © 2009-2011. All Rights Reserved.