|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ksoap2.transport.ServiceConnectionMidp
public class ServiceConnectionMidp
| Constructor Summary | |
|---|---|
ServiceConnectionMidp(java.lang.String url)
|
|
| Method Summary | |
|---|---|
void |
connect()
Make an outgoing connection. |
void |
disconnect()
Disconnect from the outgoing connection |
java.io.InputStream |
getErrorStream()
|
java.io.InputStream |
openInputStream()
Opens and returns the inputstream from which to parse the result of the soap call. |
java.io.OutputStream |
openOutputStream()
Open and return the outputStream to the endpoint. |
void |
setRequestMethod(java.lang.String post)
Sets how to make the requests. |
void |
setRequestProperty(java.lang.String string,
java.lang.String soapAction)
Set properties on the outgoing connection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceConnectionMidp(java.lang.String url)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void disconnect()
throws java.io.IOException
ServiceConnection
disconnect in interface ServiceConnectionjava.io.IOException
public void setRequestProperty(java.lang.String string,
java.lang.String soapAction)
throws java.io.IOException
ServiceConnection
setRequestProperty in interface ServiceConnectionstring - the name of the property to set. For HTTP connections these
are the request properties in the HTTP Header.soapAction - the string to set the property header to.
java.io.IOException
public void setRequestMethod(java.lang.String post)
throws java.io.IOException
ServiceConnection
setRequestMethod in interface ServiceConnectionpost - the type of request method to make the soap call with.
java.io.IOException
public java.io.OutputStream openOutputStream()
throws java.io.IOException
ServiceConnection
openOutputStream in interface ServiceConnectionjava.io.IOException
public java.io.InputStream openInputStream()
throws java.io.IOException
ServiceConnection
openInputStream in interface ServiceConnectionjava.io.IOException
public void connect()
throws java.io.IOException
ServiceConnection
connect in interface ServiceConnectionjava.io.IOExceptionpublic java.io.InputStream getErrorStream()
getErrorStream in interface ServiceConnection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||