Uses of Interface
com.sforce.ws.transport.Transport
-
Packages that use Transport Package Description com.sforce.async com.sforce.ws Provides an implementation of the Partner and Enterprise WSDL API client.com.sforce.ws.transport Provides HTTP transport for SOAP. -
-
Uses of Transport in com.sforce.async
Constructors in com.sforce.async with parameters of type Transport Constructor Description BatchRequest(Transport transport, OutputStream out)CsvBatchRequest(Transport transport, OutputStream out)TransformationSpecRequest(Transport transport, OutputStream out) -
Uses of Transport in com.sforce.ws
Methods in com.sforce.ws that return Transport Modifier and Type Method Description TransportConnectorConfig. createTransport() -
Uses of Transport in com.sforce.ws.transport
Classes in com.sforce.ws.transport that implement Transport Modifier and Type Class Description classGaeHttpTransportThis class is an implementation of Transport using the Google AppEngine urlFetchclassJdkHttpTransportThis class is an implementation of Transport using the build in JDK URLConnection.Methods in com.sforce.ws.transport that return Transport Modifier and Type Method Description TransportTransportFactory. createTransport()
-