1 26 27 28 package org.objectweb.jonathan.apis.protocols; 29 30 import org.objectweb.jonathan.apis.kernel.JonathanException; 31 import org.objectweb.jonathan.apis.presentation.UnMarshaller; 32 33 49 public interface Session_Low { 50 66 public void send(UnMarshaller message,Session_High session) 67 throws JonathanException; 68 69 84 public void send(JonathanException exception,Session_High session); 85 } 86 87 88 | Popular Tags |