Package com.attivio.service
Class HttpTransportClientApiFactory<T>
- java.lang.Object
-
- com.attivio.service.AbstractClientApiFactory<T>
-
- com.attivio.service.HttpTransportClientApiFactory<T>
-
- All Implemented Interfaces:
ClientApiFactory<T>
,RemoteClientApiFactory<T>
- Direct Known Subclasses:
RemoteIngestApiFactory
,RemoteSearchClientFactory
public abstract class HttpTransportClientApiFactory<T> extends AbstractClientApiFactory<T>
-
-
Field Summary
-
Fields inherited from class com.attivio.service.AbstractClientApiFactory
address, description, local, params, port, ssl
-
-
Constructor Summary
Constructors Constructor Description HttpTransportClientApiFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getAddress(java.lang.String endpoint)
void
setAuthParams(AuthParams params)
-
Methods inherited from class com.attivio.service.AbstractClientApiFactory
setAddress, setDescription, setFactoryParameters, setLocal, setPort, setSslPort
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.attivio.service.ClientApiFactory
getApi
-
-
-
-
Method Detail
-
getAddress
protected java.lang.String getAddress(java.lang.String endpoint)
-
setAuthParams
public void setAuthParams(AuthParams params)
-
-