Class MockJsonService.Factory
- java.lang.Object
-
- org.apache.calcite.avatica.remote.MockJsonService.Factory
-
- All Implemented Interfaces:
Service.Factory
- Enclosing class:
- MockJsonService
public static class MockJsonService.Factory extends java.lang.Object implements Service.Factory
Factory that creates aMockJsonService.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Servicecreate(AvaticaConnection connection)
-
-
-
Method Detail
-
create
public Service create(AvaticaConnection connection)
- Specified by:
createin interfaceService.Factory
-
-