Interface XStreamProvider


public interface XStreamProvider
An interface to be implemented by an action to create/provide an instance of XStream - it allows customisation per action
  • Method Summary

    Modifier and Type
    Method
    Description
    com.thoughtworks.xstream.XStream
     
  • Method Details

    • createXStream

      com.thoughtworks.xstream.XStream createXStream()