org.cmis.interopserver.services.edxlde
Class EDXLDistributionElementImpl

java.lang.Object
  extended by org.cmis.interopserver.services.edxlde.EDXLDistributionElementImpl
All Implemented Interfaces:
java.rmi.Remote, EDXLDistributionElement

public class EDXLDistributionElementImpl
extends java.lang.Object
implements EDXLDistributionElement


Constructor Summary
EDXLDistributionElementImpl()
           
 
Method Summary
 java.lang.String[] getAllEdxlDEMsgs(long cogId)
           
 java.lang.String getEdxlDEMessage(java.lang.String messageId)
           
 java.lang.String[] getEdxlDEMsgsByPostedDate(java.lang.String date)
           
 java.lang.String[] getEdxlDEMsgsBySentDate(java.lang.String date)
           
 java.lang.String getServerTime()
           
static void main(java.lang.String[] args)
           
 java.lang.String postEdxlDEMessage(long[] cogIds, java.lang.String EdxlDEXML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDXLDistributionElementImpl

public EDXLDistributionElementImpl()
Method Detail

postEdxlDEMessage

public java.lang.String postEdxlDEMessage(long[] cogIds,
                                          java.lang.String EdxlDEXML)
                                   throws java.rmi.RemoteException
Specified by:
postEdxlDEMessage in interface EDXLDistributionElement
Throws:
java.rmi.RemoteException

getAllEdxlDEMsgs

public java.lang.String[] getAllEdxlDEMsgs(long cogId)
                                    throws java.rmi.RemoteException
Specified by:
getAllEdxlDEMsgs in interface EDXLDistributionElement
Throws:
java.rmi.RemoteException

getEdxlDEMsgsByPostedDate

public java.lang.String[] getEdxlDEMsgsByPostedDate(java.lang.String date)
                                             throws java.rmi.RemoteException
Specified by:
getEdxlDEMsgsByPostedDate in interface EDXLDistributionElement
Throws:
java.rmi.RemoteException

getEdxlDEMsgsBySentDate

public java.lang.String[] getEdxlDEMsgsBySentDate(java.lang.String date)
                                           throws java.rmi.RemoteException
Specified by:
getEdxlDEMsgsBySentDate in interface EDXLDistributionElement
Throws:
java.rmi.RemoteException

getServerTime

public java.lang.String getServerTime()
                               throws java.rmi.RemoteException
Specified by:
getServerTime in interface EDXLDistributionElement
Throws:
java.rmi.RemoteException

getEdxlDEMessage

public java.lang.String getEdxlDEMessage(java.lang.String messageId)
                                  throws java.rmi.RemoteException
Specified by:
getEdxlDEMessage in interface EDXLDistributionElement
Throws:
java.rmi.RemoteException

main

public static void main(java.lang.String[] args)