|
||||||||||
| 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 | |
|---|---|
java.io.OutputStream |
connect(java.lang.String url,
java.lang.String soapAction)
Connect to the specified endpoint. |
java.io.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)
java.io.OutputStream connect(java.lang.String url,
java.lang.String soapAction)
throws java.io.IOException
url - endpoint addresssoapAction - soap action
java.io.IOException - failed to connect to the endpoint
java.io.InputStream getContent()
throws java.io.IOException
java.io.IOException - failed to get contentboolean isSuccessful()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||