Uses of Class
com.sforce.ws.ConnectorConfig
-
Packages that use ConnectorConfig Package Description 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 Modifier and Type Method Description ConnectorConfigBulkConnection. getConfig()Constructors in com.sforce.async with parameters of type ConnectorConfig Constructor Description BulkConnection(ConnectorConfig config) -
Uses of ConnectorConfig in com.sforce.bulk
Methods in com.sforce.bulk that return ConnectorConfig Modifier and Type Method Description ConnectorConfigStreamHandler. getConfig() -
Uses of ConnectorConfig in com.sforce.ws
Fields in com.sforce.ws declared as ConnectorConfig Modifier and Type Field Description static ConnectorConfigConnectorConfig. DEFAULTMethods in com.sforce.ws with parameters of type ConnectorConfig Modifier and Type Method Description SessionRenewer.SessionRenewalHeaderSessionRenewer. 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 Modifier and Type Method Description voidTypeMapper. setConfig(ConnectorConfig config) -
Uses of ConnectorConfig in com.sforce.ws.transport
Methods in com.sforce.ws.transport with parameters of type ConnectorConfig Modifier and Type Method Description static HttpURLConnectionJdkHttpTransport. createConnection(ConnectorConfig config, URL url, HashMap<String,String> httpHeaders)static HttpURLConnectionJdkHttpTransport. createConnection(ConnectorConfig config, URL url, HashMap<String,String> httpHeaders, boolean enableCompression)static com.google.appengine.api.urlfetch.HTTPRequestGaeHttpTransport. createRequest(ConnectorConfig config, URL url, Map<String,String> httpHeaders)static com.google.appengine.api.urlfetch.HTTPRequestGaeHttpTransport. createRequest(ConnectorConfig config, URL url, Map<String,String> httpHeaders, boolean enableCompression)voidGaeHttpTransport. setConfig(ConnectorConfig config)voidJdkHttpTransport. setConfig(ConnectorConfig config)voidTransport. setConfig(ConnectorConfig config)Constructors in com.sforce.ws.transport with parameters of type ConnectorConfig Constructor Description JdkHttpTransport(ConnectorConfig config)MessageHandlerOutputStream(ConnectorConfig config, URL url, OutputStream output)SoapConnection(String url, String objectNamespace, TypeMapper typeMapper, ConnectorConfig config)
-