org.apache.thrift.protocol
Class TSimpleJSONProtocol.Factory

java.lang.Object
  extended by org.apache.thrift.protocol.TSimpleJSONProtocol.Factory
All Implemented Interfaces:
TProtocolFactory
Enclosing class:
TSimpleJSONProtocol

public static class TSimpleJSONProtocol.Factory
extends java.lang.Object
implements TProtocolFactory

Factory


Constructor Summary
TSimpleJSONProtocol.Factory()
           
 
Method Summary
 TProtocol getProtocol(TTransport trans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSimpleJSONProtocol.Factory

public TSimpleJSONProtocol.Factory()
Method Detail

getProtocol

public TProtocol getProtocol(TTransport trans)
Specified by:
getProtocol in interface TProtocolFactory