Class LocalClientServerChannelProvider
java.lang.Object
org.apache.cayenne.configuration.rop.client.LocalClientServerChannelProvider
- All Implemented Interfaces:
Provider<DataChannel>
public class LocalClientServerChannelProvider extends Object implements Provider<DataChannel>
Creates a
ClientServerChannel
for the LocalConnection
.- Since:
- 3.1
-
Field Summary
Fields Modifier and Type Field Description protected Injector
serverInjector
-
Constructor Summary
Constructors Constructor Description LocalClientServerChannelProvider(Injector serverInjector)
-
Method Summary
Modifier and Type Method Description DataChannel
get()
-
Field Details
-
serverInjector
-
-
Constructor Details
-
LocalClientServerChannelProvider
-
-
Method Details
-
get
- Specified by:
get
in interfaceProvider<DataChannel>
- Throws:
ConfigurationException
-