Commit c465bd1f authored by agaikwad's avatar agaikwad

changed message to messageslevel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97284 ce508802-f39f-4f6c-b175-0d175dae99d5
parent baca6a69
......@@ -15,7 +15,7 @@ import java.text.SimpleDateFormat;
import org.w3c.dom.*;
@javax.ejb.Stateless
public class Message extends ValidatorEJB implements MessageLocal, MessageRemote
public class MessagesLevel extends ValidatorEJB implements MessagesLevelLocal, MessagesLevelRemote
{
public String wfValData() throws RemoteException, ITMException
{
......
......@@ -9,7 +9,7 @@ import java.rmi.RemoteException;
import org.w3c.dom.Document;
@Local
public interface MessageLocal extends ValidatorLocal
public interface MessagesLevelLocal extends ValidatorLocal
{
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
......
......@@ -8,7 +8,7 @@ import java.rmi.RemoteException;
import org.w3c.dom.Document;
@Remote
public interface MessageRemote extends ValidatorRemote
public interface MessagesLevelRemote extends ValidatorRemote
{
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment