Commit 08476d6d authored by steurwadkar's avatar steurwadkar

Extended Process Local and Remote interfaces


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102686 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 326a05a7
......@@ -5,12 +5,14 @@ import ibase.webitm.utility.ITMException;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ProcessLocal;
import ibase.webitm.ejb.ValidatorLocal;
import javax.ejb.Local;
@Local
//Changed by Santosh on 18-07-16
//public interface ItemSerCrPolicyLocal {
public interface ItemSerCrPolicyLocal {
public interface ItemSerCrPolicyLocal extends ValidatorLocal {
/*public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException, ITMException;
public String process(Document dom, Document dom2, String windowName, String xtraParams) throws RemoteException, ITMException;*/
......
......@@ -5,11 +5,12 @@ import org.w3c.dom.Document;
import ibase.webitm.utility.ITMException;
import javax.ejb.Remote;
import ibase.webitm.ejb.ProcessRemote;
import ibase.webitm.ejb.ValidatorRemote;
@Remote
//Changed by Santosh on 18-07-16
//public interface ItemSerCrPolicyRemote {
public interface ItemSerCrPolicyRemote {
public interface ItemSerCrPolicyRemote extends ValidatorRemote {
/*public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException, ITMException;
public String process(Document dom, Document dom2, String windowName, 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