1 24 25 package org.objectweb.dream; 26 27 import java.util.Map ; 28 29 import org.objectweb.dream.message.Message; 30 31 35 public interface PushWithReturn extends Push 36 { 37 41 String OUT_PUSH_WITH_RETURN_ITF_NAME = "out-push-with-return"; 42 43 47 String IN_PUSH_WITH_RETURN_ITF_NAME = "in-push-with-return"; 48 49 57 Message pushWithReturn(Message message, Map context) throws PushException;; 58 } | Popular Tags |