com.sage.orion.sdata.servlet
Class SDataWebConversation

java.lang.Object
  extended by com.sage.orion.sdata.servlet.SDataWebConversation
All Implemented Interfaces:
SDataConversation

public class SDataWebConversation
extends java.lang.Object
implements SDataConversation

SData to SData communication over HTTP protocol


Constructor Summary
SDataWebConversation(SDataServer sDataServer)
           
 
Method Summary
 SDataResponse getResponse(SDataExternalRequest request)
          Send the request to the external SData server to get the SdataResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDataWebConversation

public SDataWebConversation(SDataServer sDataServer)
Method Detail

getResponse

public SDataResponse getResponse(SDataExternalRequest request)
                          throws java.io.IOException,
                                 javax.xml.parsers.ParserConfigurationException,
                                 org.xml.sax.SAXException
Description copied from interface: SDataConversation
Send the request to the external SData server to get the SdataResponse

Specified by:
getResponse in interface SDataConversation
Returns:
created SDataResponse object from the request
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException


Copyright © 2011 Sage Software, Inc. All rights reserved.