Package com.attivio.service
Interface RemoteClientApiFactory<T>
-
- All Superinterfaces:
ClientApiFactory<T>
- All Known Implementing Classes:
AbstractClientApiFactory
,HttpTransportClientApiFactory
,JmxApiServiceFactory
,RemoteIngestApiFactory
,RemoteSearchClientFactory
public interface RemoteClientApiFactory<T> extends ClientApiFactory<T>
Base interface for all factories which create clients capable of remote connections to the service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAddress(java.lang.String address)
void
setLocal(boolean local)
void
setPort(java.lang.Integer port)
void
setSslPort(java.lang.Integer port)
-
Methods inherited from interface com.attivio.service.ClientApiFactory
getApi, setDescription, setFactoryParameters
-
-