com.ibm.retail.AEF.data
Interface ApplicationDataConnector
- All Superinterfaces:
- java.rmi.Remote
- public interface ApplicationDataConnector
- extends java.rmi.Remote
ApplicationDataConnector is the interface which used by the POS application
to provide application data to the AEF. Data is sent from the POS
application to the AEF in the form of XML strings which are parsed to
generate AEF events.
Method Summary |
void |
processEvent(java.lang.String xmlEvent)
Process the XML event. |
processEvent
public void processEvent(java.lang.String xmlEvent)
throws AEFException,
java.rmi.RemoteException
- Process the XML event.
- Parameters:
xmlEvent
- String containing event data in XML format
- Throws:
java.rmi.RemoteException
AEFException
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004