package

com.sforce.ws.transport

Provides HTTP transport for SOAP.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Interfaces

Transport This interface defines a Transport. 

Classes

JdkHttpTransport This class is an implementation of Transport using the build in JDK URLConnection. 
JdkHttpTransport.LimitingInputStream  
JdkHttpTransport.LimitingOutputStream  
JdkHttpTransport.MessageHandlerOutputStream  
JdkHttpTransport.TeeInputStream  
JdkHttpTransport.TeeOutputStream  
SoapConnection SoapConnection can be used to send and receive SOAP messages over the specified Transport.