|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transport
This interface defines a Transport.
| Method Summary | |
|---|---|
OutputStream |
connect(String url,
String soapAction)
Connect to the specified endpoint. |
InputStream |
getContent()
returns the response from the endpoint. |
boolean |
isSuccessful()
checks whether the response from the remote server is successful or not. |
void |
setConfig(ConnectorConfig config)
|
| Method Detail |
|---|
void setConfig(ConnectorConfig config)
OutputStream connect(String url,
String soapAction)
throws IOException
url - endpoint addresssoapAction - soap action
IOException - failed to connect to the endpoint
InputStream getContent()
throws IOException
IOException - failed to get contentboolean isSuccessful()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||