XmlCommunication
Class ServletConnection

java.lang.Object
  extended byXmlCommunication.ServletConnection

public class ServletConnection
extends java.lang.Object

Author:
student This class is being used for communication with the mediation engine. This connection is being used for sending and receiving xml packets

Constructor Summary
ServletConnection()
          This is the constructor for ServletConnection.java
 
Method Summary
static java.lang.String sendXml(java.lang.String str)
          This method is being used for sending an xml packet to the TMS mediation engine.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletConnection

public ServletConnection()
This is the constructor for ServletConnection.java

Method Detail

sendXml

public static java.lang.String sendXml(java.lang.String str)
This method is being used for sending an xml packet to the TMS mediation engine.

Parameters:
str - xml string to send
Returns:
String