Package org.drools.core.marshalling.impl
Class InputMarshaller
- java.lang.Object
-
- org.drools.core.marshalling.impl.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 InternalFactHandlereadFactHandle(MarshallerReaderContext context)static TriggerreadTrigger(MarshallerReaderContext inCtx)static WorkItemreadWorkItem(MarshallerReaderContext context)
-
-
-
Method Detail
-
readFactHandle
public static InternalFactHandle readFactHandle(MarshallerReaderContext context) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
readWorkItem
public static WorkItem readWorkItem(MarshallerReaderContext context) throws IOException
- Throws:
IOException
-
readTrigger
public static Trigger readTrigger(MarshallerReaderContext inCtx) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-