public abstract class ProcessFunction<I,T extends TBase>
extends java.lang.Object
Constructor and Description |
---|
ProcessFunction(java.lang.String methodName) |
public final void process(int seqid, TProtocol iprot, TProtocol oprot, I iface) throws TException
TException
protected abstract boolean isOneway()
public abstract TBase getResult(I iface, T args) throws TException
TException
public abstract T getEmptyArgsInstance()
public java.lang.String getMethodName()