Uses of Class
com.sforce.ws.ConnectorConfig
Packages that use ConnectorConfig
Package
Description
Provides an implementation of the Partner and Enterprise WSDL API client.
Provides Java to XML binding.
Provides HTTP transport for SOAP.
-
Uses of ConnectorConfig in com.sforce.async
Methods in com.sforce.async that return ConnectorConfigConstructors in com.sforce.async with parameters of type ConnectorConfig -
Uses of ConnectorConfig in com.sforce.bulk
Methods in com.sforce.bulk that return ConnectorConfig -
Uses of ConnectorConfig in com.sforce.ws
Fields in com.sforce.ws declared as ConnectorConfigMethods in com.sforce.ws with parameters of type ConnectorConfigModifier and TypeMethodDescriptionSessionRenewer.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 -
Uses of ConnectorConfig in com.sforce.ws.transport
Methods in com.sforce.ws.transport with parameters of type ConnectorConfigModifier and TypeMethodDescriptionstatic 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 ConnectorConfigModifierConstructorDescriptionJdkHttpTransport(ConnectorConfig config) MessageHandlerOutputStream(ConnectorConfig config, URL url, OutputStream output) SoapConnection(String url, String objectNamespace, TypeMapper typeMapper, ConnectorConfig config)