Drools :: Core 6.1.0.Beta1

org.drools.core.command.runtime.process
Class CorrelationKeyXmlAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,org.kie.internal.process.CorrelationKey>
      extended by org.drools.core.command.runtime.process.CorrelationKeyXmlAdapter

public class CorrelationKeyXmlAdapter
extends XmlAdapter<String,org.kie.internal.process.CorrelationKey>


Constructor Summary
CorrelationKeyXmlAdapter()
           
 
Method Summary
 String marshal(org.kie.internal.process.CorrelationKey key)
           
 org.kie.internal.process.CorrelationKey unmarshal(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelationKeyXmlAdapter

public CorrelationKeyXmlAdapter()
Method Detail

unmarshal

public org.kie.internal.process.CorrelationKey unmarshal(String key)
                                                  throws Exception
Specified by:
unmarshal in class XmlAdapter<String,org.kie.internal.process.CorrelationKey>
Throws:
Exception

marshal

public String marshal(org.kie.internal.process.CorrelationKey key)
               throws Exception
Specified by:
marshal in class XmlAdapter<String,org.kie.internal.process.CorrelationKey>
Throws:
Exception

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.