| com.sforce.ws.transport.Transport |
Known Indirect Subclasses
|
This interface defines a Transport.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Connect to the specified endpoint.
| |||||||||||
returns the response from the endpoint.
| |||||||||||
checks whether the response from the remote server is successful or not.
| |||||||||||
Connect to the specified endpoint.
| url | Endpoint address |
|---|---|
| soapAction | Soap action |
| IOException | failed to connect to the endpoint |
|---|
returns the response from the endpoint. This method must be called after a connect call.
| IOException | failed to get content |
|---|
checks whether the response from the remote server is successful or not.