org.cmis.interopserver.services.edxlde
Interface EDXLDistributionElement

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
EDXLDistributionElementImpl, EDXLDistributionElementSoapBindingImpl, EDXLDistributionElementSoapBindingSkeleton, EDXLDistributionElementSoapBindingStub

public interface EDXLDistributionElement
extends java.rmi.Remote


Method Summary
 java.lang.String[] getAllEdxlDEMsgs(long in0)
           
 java.lang.String getEdxlDEMessage(java.lang.String in0)
           
 java.lang.String[] getEdxlDEMsgsByPostedDate(java.lang.String in0)
           
 java.lang.String[] getEdxlDEMsgsBySentDate(java.lang.String in0)
           
 java.lang.String getServerTime()
           
 java.lang.String postEdxlDEMessage(long[] in0, java.lang.String in1)
           
 

Method Detail

getAllEdxlDEMsgs

java.lang.String[] getAllEdxlDEMsgs(long in0)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEdxlDEMessage

java.lang.String getEdxlDEMessage(java.lang.String in0)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

postEdxlDEMessage

java.lang.String postEdxlDEMessage(long[] in0,
                                   java.lang.String in1)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getServerTime

java.lang.String getServerTime()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEdxlDEMsgsByPostedDate

java.lang.String[] getEdxlDEMsgsByPostedDate(java.lang.String in0)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEdxlDEMsgsBySentDate

java.lang.String[] getEdxlDEMsgsBySentDate(java.lang.String in0)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException