Mule Handshake Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.handshake.client
org.mule.modules.handshake.client.impl
org.mule.modules.handshake.client.serialization
org.mule.modules.handshake.core
org.mule.modules.handshake.core.adapter
org.mule.modules.handshake.core.adapters
org.mule.modules.handshake.core.agents
org.mule.modules.handshake.core.config
org.mule.modules.handshake.core.connection
org.mule.modules.handshake.core.connectivity
org.mule.modules.handshake.core.devkit
org.mule.modules.handshake.core.holders
org.mule.modules.handshake.core.pooling
org.mule.modules.handshake.core.process
org.mule.modules.handshake.core.processors
org.mule.modules.handshake.core.transformers
Classes
AbstractHandshakeClient
GenericHandshakeClientImpl
<T extends
HandshakeObject
>
HandshakeAntiThrottleFilter
HandshakeClientProviderImpl
PaginatedCollection
<T, Page>
Exceptions
HandshakeAPIException
InvalidHandshakeObjectReferenceException
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
HandshakeClientProviderImpl
extends Object
implements
HandshakeClientProvider
java.lang.Object
↳
org.mule.modules.handshake.client.impl.HandshakeClientProviderImpl
Summary
Fields
private final Map<Class<?>,
GenericHandshakeClient
<?>>
clients
Public Constructors
HandshakeClientProviderImpl
(String baseUrl, String apiKey, String securityToken, String antiThrottleKey)
Public Methods
<T>
GenericHandshakeClient
<T>
getClient
(Class<T> type)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.mule.modules.handshake.client.HandshakeClientProvider
abstract <T>
GenericHandshakeClient
<T>
getClient
(Class<T> type)
Fields
private final Map<Class<?>,
GenericHandshakeClient
<?>>
clients
Public Constructors
public
HandshakeClientProviderImpl
(String baseUrl, String apiKey, String securityToken, String antiThrottleKey)
Parameters
baseUrl
apiKey
securityToken
antiThrottleKey
Public Methods
public
GenericHandshakeClient
<T>
getClient
(Class<T> type)
Parameters
type