public static class GatewayInterface.InvokeMessage extends GatewayInterface.AbstractMessagePrinter
| Constructor and Description |
|---|
InvokeMessage(java.lang.String functionName) |
InvokeMessage(java.lang.String functionName,
java.lang.String subFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArg(java.lang.String name,
java.lang.String val) |
void |
printMessage(java.io.OutputStream pw) |
GatewayInterface.InvokeMessage |
setArgs(java.io.Serializable... args) |
getMinConnectionMode, getStatMetric, writeArg, writeArg, writeHeadpublic InvokeMessage(java.lang.String functionName)
public InvokeMessage(java.lang.String functionName,
java.lang.String subFunction)
public GatewayInterface.InvokeMessage setArgs(java.io.Serializable... args) throws java.io.IOException
java.io.IOExceptionpublic void addArg(java.lang.String name,
java.lang.String val)
public void printMessage(java.io.OutputStream pw)
throws java.io.IOException
java.io.IOException