org.cmis.interopserver.services.edxlde
Class EDXLDistributionElementImpl
java.lang.Object
org.cmis.interopserver.services.edxlde.EDXLDistributionElementImpl
- All Implemented Interfaces:
- java.rmi.Remote, EDXLDistributionElement
public class EDXLDistributionElementImpl
- extends java.lang.Object
- implements EDXLDistributionElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDXLDistributionElementImpl
public EDXLDistributionElementImpl()
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)