Class InputMarshaller
- java.lang.Object
-
- org.drools.serialization.protobuf.marshalling.InputMarshaller
-
public class InputMarshaller extends Object
-
-
Constructor Summary
Constructors Constructor Description InputMarshaller()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.drools.core.common.InternalFactHandlereadFactHandle(org.drools.core.marshalling.MarshallerReaderContext context)static org.drools.core.time.TriggerreadTrigger(org.drools.core.marshalling.MarshallerReaderContext inCtx)static org.drools.core.process.instance.WorkItemreadWorkItem(org.drools.core.marshalling.MarshallerReaderContext context)
-
-
-
Method Detail
-
readFactHandle
public static org.drools.core.common.InternalFactHandle readFactHandle(org.drools.core.marshalling.MarshallerReaderContext context) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
readWorkItem
public static org.drools.core.process.instance.WorkItem readWorkItem(org.drools.core.marshalling.MarshallerReaderContext context) throws IOException- Throws:
IOException
-
readTrigger
public static org.drools.core.time.Trigger readTrigger(org.drools.core.marshalling.MarshallerReaderContext inCtx) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-