com.xebialabs.deployit.booter.remote.xml
Class RemoteXStreamCiConverter

java.lang.Object
  extended by com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
      extended by com.xebialabs.deployit.booter.remote.xml.RemoteXStreamCiConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class RemoteXStreamCiConverter
extends com.xebialabs.xltype.serialization.xstream.XStreamCiConverter


Constructor Summary
RemoteXStreamCiConverter()
           
 
Method Summary
protected  com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter(com.thoughtworks.xstream.converters.DataHolder context)
           
 void setPropertyAdapters(java.util.List<CiPropertyAdapter> propertyAdapters)
           
 
Methods inherited from class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
canConvert, marshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteXStreamCiConverter

public RemoteXStreamCiConverter()
Method Detail

createConverter

protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter(com.thoughtworks.xstream.converters.DataHolder context)
Specified by:
createConverter in class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter

setPropertyAdapters

public void setPropertyAdapters(java.util.List<CiPropertyAdapter> propertyAdapters)