Package org.kie.server.router.repository
Class ConfigurationMarshaller
- java.lang.Object
-
- org.kie.server.router.repository.ConfigurationMarshaller
-
public class ConfigurationMarshaller extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshall(Configuration configuration)Configurationunmarshall(Reader reader)
-
-
-
Method Detail
-
marshall
public String marshall(Configuration configuration) throws Exception
- Throws:
Exception
-
unmarshall
public Configuration unmarshall(Reader reader) throws Exception
- Throws:
Exception
-
-