org.apache.synapse.transport.fix.message
Class Message

java.lang.Object
  extended by org.apache.synapse.transport.fix.message.Message

public class Message
extends Object

Represents a FIX message.


Constructor Summary
Message()
           
 
Method Summary
 List<Field> getBodyList()
           
 List<Field> getHeaderList()
           
 List<Field> getTailerList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

getHeaderList

public List<Field> getHeaderList()

getTailerList

public List<Field> getTailerList()

getBodyList

public List<Field> getBodyList()


Copyright © 2005–2015 Apache Software Foundation. All rights reserved.