Drools :: Core 6.1.0.Beta1

org.drools.core.marshalling.impl
Class InputMarshaller

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

public class InputMarshaller
extends Object


Constructor Summary
InputMarshaller()
           
 
Method Summary
static InternalFactHandle readFactHandle(MarshallerReaderContext context)
           
static Trigger readTrigger(MarshallerReaderContext inCtx)
           
static WorkItem readWorkItem(MarshallerReaderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputMarshaller

public InputMarshaller()
Method Detail

readFactHandle

public static InternalFactHandle readFactHandle(MarshallerReaderContext context)
                                         throws IOException,
                                                ClassNotFoundException
Throws:
IOException
ClassNotFoundException

readWorkItem

public static WorkItem readWorkItem(MarshallerReaderContext context)
                             throws IOException
Throws:
IOException

readTrigger

public static Trigger readTrigger(MarshallerReaderContext inCtx)
                           throws IOException,
                                  ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Drools :: Core 6.1.0.Beta1

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