public class XmlCompressedMessageConverter extends Object
Modifier and Type | Field and Description |
---|---|
protected TemplateRegistry |
templateRegistry |
Constructor and Description |
---|
XmlCompressedMessageConverter() |
XmlCompressedMessageConverter(com.thoughtworks.xstream.io.HierarchicalStreamDriver driver) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class clazz) |
protected TemplateRegistry |
getTemplateRegistry() |
void |
marshal(Object obj,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
List |
parse(InputStream in) |
void |
serialize(List messages,
OutputStream out) |
void |
setTemplateRegistry(TemplateRegistry templateRegistry) |
List |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader) |
protected TemplateRegistry templateRegistry
public XmlCompressedMessageConverter()
public XmlCompressedMessageConverter(com.thoughtworks.xstream.io.HierarchicalStreamDriver driver)
public List parse(InputStream in)
public void serialize(List messages, OutputStream out)
public void marshal(Object obj, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
public List unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
public boolean canConvert(Class clazz)
protected TemplateRegistry getTemplateRegistry()
public void setTemplateRegistry(TemplateRegistry templateRegistry)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.