All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.spin.impl.xml.dom.XmlDomConfigurable Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha5
Show newest version
package org.camunda.spin.impl.xml.dom;

import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;

/**
 * @author Stefan Hentschel.
 */
public interface XmlDomConfigurable {

  XmlDomMapperConfiguration mapper();

  XmlDomDataFormat done();

  void applyTo(Marshaller marshaller);
  void applyTo(Unmarshaller unmarshaller);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy