public abstract class BusinessContextElementConverter extends NamedElementConverter
Modifier and Type | Field and Description |
---|---|
static String |
URI |
DESCRIPTION, EXTENSION_ELEMENTS, ID, LABEL
Constructor and Description |
---|
BusinessContextElementConverter(com.thoughtworks.xstream.XStream xstream) |
Modifier and Type | Method and Description |
---|---|
protected void |
assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
Object parent) |
protected void |
assignChildElement(Object parent,
String nodeName,
Object child) |
protected void |
writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
Object parent) |
protected void |
writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent) |
createModelObject, marshal, parseElements, unmarshal, writeChildrenNode, writeChildrenNodeAsValue
public static final String URI
public BusinessContextElementConverter(com.thoughtworks.xstream.XStream xstream)
protected void assignChildElement(Object parent, String nodeName, Object child)
assignChildElement
in class NamedElementConverter
protected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, Object parent)
assignAttributes
in class NamedElementConverter
protected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, Object parent)
writeChildren
in class NamedElementConverter
protected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)
writeAttributes
in class NamedElementConverter
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.