View Javadoc
1 package org.smartcomps.twister.engine.priv.core.dynamic; 2 3 import org.dom4j.Element; 4 import org.dom4j.Document; 5 6 /*** 7 * The execution context of a Receive activity. 8 */ 9 public interface ReceiveEC extends BasicEC { 10 11 public void acknowledgeMessage(Document message); 12 }

This page was automatically generated by Maven