Uses of Class
oracle.stellent.ridc.IdcClientManager
Packages that use IdcClientManager
Package
Description
-
Uses of IdcClientManager in oracle.stellent.ridc
Subclasses of IdcClientManager in oracle.stellent.ridcModifier and TypeClassDescriptionclass
A lightweight client manager for use in simple clients such as desktop and Android.Methods in oracle.stellent.ridc that return IdcClientManagerMethods in oracle.stellent.ridc with parameters of type IdcClientManagerModifier and TypeMethodDescriptionIdcClientProvider.createClient
(IdcClientManager clientManager, String url) Create an IdcClient using the given URLConstructors in oracle.stellent.ridc with parameters of type IdcClientManagerModifierConstructorDescriptionprotected
IdcClient
(IdcClientManager clientManager, TConfig clientConfig) -
Uses of IdcClientManager in oracle.stellent.ridc.config
Methods in oracle.stellent.ridc.config that return IdcClientManagerModifier and TypeMethodDescriptionConfigurationSerializer.readConfiguration
(InputStream stream) Read a list of configuration into a new IdcClientManager from an XML streamMethods in oracle.stellent.ridc.config with parameters of type IdcClientManagerModifier and TypeMethodDescriptionvoid
ConfigurationSerializer.serializeConfiguration
(OutputStream stream, IdcClientManager clientManager) Serialize all configurations in an IdcClientManager to an XML stream -
Uses of IdcClientManager in oracle.stellent.ridc.config.impl
Methods in oracle.stellent.ridc.config.impl that return IdcClientManagerModifier and TypeMethodDescriptionXmlConfigurationSerializer.readConfiguration
(InputStream stream) Read the configuration from an XML streamMethods in oracle.stellent.ridc.config.impl with parameters of type IdcClientManagerModifier and TypeMethodDescriptionprotected IdcClient
XmlConfigurationSerializer.readConfig
(IdcClientManager clientManager, XPathEvaluator evaluator) Read the configurationvoid
XmlConfigurationSerializer.serializeConfiguration
(OutputStream stream, IdcClientManager clientManager) Serialize the clients in the IdcClientManager to an XML stream -
Uses of IdcClientManager in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http with parameters of type IdcClientManagerModifier and TypeMethodDescriptionIdcHttpClientProvider.createClient
(IdcClientManager clientManager, String url) Create a new IDC client using the given URLConstructors in oracle.stellent.ridc.protocol.http with parameters of type IdcClientManagerModifierConstructorDescriptionIdcHttpClient
(IdcClientManager clientManager, IdcHttpClientConfig clientConfig) -
Uses of IdcClientManager in oracle.stellent.ridc.protocol.intradoc
Methods in oracle.stellent.ridc.protocol.intradoc with parameters of type IdcClientManagerModifier and TypeMethodDescriptionIntradocClientProvider.createClient
(IdcClientManager clientManager, String url) Create a new IDC client using the given URLConstructors in oracle.stellent.ridc.protocol.intradoc with parameters of type IdcClientManagerModifierConstructorDescriptionIntradocClient
(IdcClientManager clientManager, IntradocClientConfig clientConfig) -
Uses of IdcClientManager in oracle.stellent.ridc.protocol.jaxws
Methods in oracle.stellent.ridc.protocol.jaxws with parameters of type IdcClientManagerModifier and TypeMethodDescriptionJaxWSClientProvider.createClient
(IdcClientManager clientManager, String url) Constructors in oracle.stellent.ridc.protocol.jaxws with parameters of type IdcClientManagerModifierConstructorDescriptionprotected
JaxWSClient
(IdcClientManager clientManager, JaxWSClientConfig clientConfig) Constructor -
Uses of IdcClientManager in oracle.wcc.ridc.adfca
Methods in oracle.wcc.ridc.adfca that return IdcClientManagerModifier and TypeMethodDescriptionRidcConnection.getIdcClientManager()
Gets the IdcClientManager that was used to create the IdcClient instance for this connection.