com.ecebs.rtd.enabler.types.request
Class RequestMessage

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.request.RequestMessage
All Implemented Interfaces:
Serializable

public class RequestMessage
extends Object
implements Serializable

A message that contains one or more Request's that are to be sent to an RTD server

Author:
kyleb
See Also:
Serialized Form

Method Summary
static String generateXML(int msgVersion, String originator, Request... requests)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

generateXML

public static String generateXML(int msgVersion,
                                 String originator,
                                 Request... requests)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.