Package org.openadaptor.dataobjects

Examples of org.openadaptor.dataobjects.SimpleDataObject.debugString()


  public void processMessage(Message message) throws PipelineException {
    DataObject[] dobs = message.peekDataObjects();
    SimpleDataObject sdo = (SimpleDataObject)dobs[0];
 
    System.out.println(sdo.debugString(sdo));
    System.out.println(sdo.getValues());     
      System.out.println("mappings " + mappings);
      Hashtable hashMappings = new Hashtable();
      StringTokenizer st = new StringTokenizer(mappings, "\r\n");
      while (st.hasMoreElements()) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.