Uses of Class
com.sforce.ws.ConnectorConfig

Packages that use ConnectorConfig
com.sforce.async   
com.sforce.bulk   
com.sforce.ws Provides an implementation of the Partner and Enterprise WSDL API client. 
com.sforce.ws.bind Provides Java to XML binding. 
com.sforce.ws.transport Provides HTTP transport for SOAP. 
 

Uses of ConnectorConfig in com.sforce.async
 

Methods in com.sforce.async that return ConnectorConfig
 ConnectorConfig BulkConnection.getConfig()
           
 

Constructors in com.sforce.async with parameters of type ConnectorConfig
BulkConnection(ConnectorConfig config)
           
 

Uses of ConnectorConfig in com.sforce.bulk
 

Methods in com.sforce.bulk that return ConnectorConfig
 ConnectorConfig StreamHandler.getConfig()
           
 

Uses of ConnectorConfig in com.sforce.ws
 

Fields in com.sforce.ws declared as ConnectorConfig
static ConnectorConfig ConnectorConfig.DEFAULT
           
 

Methods in com.sforce.ws with parameters of type ConnectorConfig
 SessionRenewer.SessionRenewalHeader SessionRenewer.renewSession(ConnectorConfig config)
          This method is called when an expired session is detected.
 

Uses of ConnectorConfig in com.sforce.ws.bind
 

Methods in com.sforce.ws.bind with parameters of type ConnectorConfig
 void TypeMapper.setConfig(ConnectorConfig config)
           
 

Uses of ConnectorConfig in com.sforce.ws.transport
 

Methods in com.sforce.ws.transport with parameters of type ConnectorConfig
static HttpURLConnection JdkHttpTransport.createConnection(ConnectorConfig config, URL url, HashMap<String,String> httpHeaders)
           
static HttpURLConnection JdkHttpTransport.createConnection(ConnectorConfig config, URL url, HashMap<String,String> httpHeaders, boolean enableCompression)
           
static com.google.appengine.api.urlfetch.HTTPRequest GaeHttpTransport.createRequest(ConnectorConfig config, URL url, Map<String,String> httpHeaders)
           
static com.google.appengine.api.urlfetch.HTTPRequest GaeHttpTransport.createRequest(ConnectorConfig config, URL url, Map<String,String> httpHeaders, boolean enableCompression)
           
 void Transport.setConfig(ConnectorConfig config)
           
 void JdkHttpTransport.setConfig(ConnectorConfig config)
           
 void GaeHttpTransport.setConfig(ConnectorConfig config)
           
 

Constructors in com.sforce.ws.transport with parameters of type ConnectorConfig
JdkHttpTransport(ConnectorConfig config)
           
MessageHandlerOutputStream(ConnectorConfig config, URL url, OutputStream output)
           
SoapConnection(String url, String objectNamespace, TypeMapper typeMapper, ConnectorConfig config)
           
 



Copyright © 2014. All Rights Reserved.