org.ksoap2.transport
Interface ServiceConnection

All Known Implementing Classes:
ServiceConnectionMidp

public interface ServiceConnection


Method Summary
 void connect()
           
 void disconnect()
           
 java.io.InputStream getErrorStream()
           
 java.io.InputStream openInputStream()
           
 java.io.OutputStream openOutputStream()
           
 void setRequestMethod(java.lang.String post)
           
 void setRequestProperty(java.lang.String propertyName, java.lang.String value)
           
 

Method Detail

connect

void connect()
             throws java.io.IOException
Throws:
java.io.IOException

disconnect

void disconnect()
                throws java.io.IOException
Throws:
java.io.IOException

setRequestProperty

void setRequestProperty(java.lang.String propertyName,
                        java.lang.String value)
                        throws java.io.IOException
Throws:
java.io.IOException

setRequestMethod

void setRequestMethod(java.lang.String post)
                      throws java.io.IOException
Throws:
java.io.IOException

openOutputStream

java.io.OutputStream openOutputStream()
                                      throws java.io.IOException
Throws:
java.io.IOException

openInputStream

java.io.InputStream openInputStream()
                                    throws java.io.IOException
Throws:
java.io.IOException

getErrorStream

java.io.InputStream getErrorStream()