com.evernote.edam.userstore
Class UserStore.Processor

java.lang.Object
  extended by com.evernote.edam.userstore.UserStore.Processor
Enclosing class:
UserStore

public static class UserStore.Processor
extends java.lang.Object


Nested Class Summary
protected static interface UserStore.Processor.ProcessFunction
           
 
Field Summary
protected  java.util.HashMap<java.lang.String,UserStore.Processor.ProcessFunction> processMap_
           
 
Constructor Summary
UserStore.Processor(UserStore.Iface iface)
           
 
Method Summary
 boolean process(TProtocol iprot, TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processMap_

protected final java.util.HashMap<java.lang.String,UserStore.Processor.ProcessFunction> processMap_
Constructor Detail

UserStore.Processor

public UserStore.Processor(UserStore.Iface iface)
Method Detail

process

public boolean process(TProtocol iprot,
                       TProtocol oprot)
                throws TException
Throws:
TException