sync4j.exchange.httptransport
Class WebDavHttpTransport

java.lang.Object
  extended bysync4j.exchange.httptransport.WebDavHttpTransport

public class WebDavHttpTransport
extends java.lang.Object

This class provide methods to access exchange server datastore by socket connection


Constructor Summary
WebDavHttpTransport(java.lang.String host, int port)
           
 
Method Summary
 java.lang.String sendRequest(java.lang.String request)
          Send request to exchange server and get response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDavHttpTransport

public WebDavHttpTransport(java.lang.String host,
                           int port)
Method Detail

sendRequest

public java.lang.String sendRequest(java.lang.String request)
                             throws java.io.IOException
Send request to exchange server and get response

Parameters:
request -
Returns:
response
Throws:
java.io.IOException


Copyright © 2003-2005 Sync4j.