Drools :: Core 6.1.0.Beta1

org.drools.core.marshalling.impl
Class OutputMarshaller

java.lang.Object
  extended by org.drools.core.marshalling.impl.OutputMarshaller

public class OutputMarshaller
extends Object


Constructor Summary
OutputMarshaller()
           
 
Method Summary
static void writeTrigger(Trigger trigger, MarshallerWriteContext outCtx)
           
static void writeWorkItem(MarshallerWriteContext context, WorkItem workItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputMarshaller

public OutputMarshaller()
Method Detail

writeWorkItem

public static void writeWorkItem(MarshallerWriteContext context,
                                 WorkItem workItem)
                          throws IOException
Throws:
IOException

writeTrigger

public static void writeTrigger(Trigger trigger,
                                MarshallerWriteContext outCtx)
                         throws IOException
Throws:
IOException

Drools :: Core 6.1.0.Beta1

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