public class RascProtobufWriter extends Object
| コンストラクタと説明 |
|---|
RascProtobufWriter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
writeFaultRpcResponse(com.google.protobuf.CodedOutputStream cos,
Iterable<RpcHeader> headers,
RpcFault fault) |
static void |
writeObject(com.google.protobuf.CodedOutputStream cos,
int fieldNum,
Object value) |
static void |
writeRpcRequest(com.google.protobuf.CodedOutputStream cos,
Iterable<RpcHeader> headers,
Method method,
Object... args) |
static void |
writeRpcRequest(com.google.protobuf.CodedOutputStream cos,
Map<QName,Object> headers,
Method method,
Object... args) |
static void |
writeSuccessRpcResponse(com.google.protobuf.CodedOutputStream cos,
Iterable<RpcHeader> headers,
Object result) |
public static void writeRpcRequest(com.google.protobuf.CodedOutputStream cos,
Map<QName,Object> headers,
Method method,
Object... args)
throws IOException,
IllegalAccessException,
InvocationTargetException
cos - headers - method - args - IOExceptionIllegalAccessExceptionInvocationTargetExceptionpublic static void writeRpcRequest(com.google.protobuf.CodedOutputStream cos,
Iterable<RpcHeader> headers,
Method method,
Object... args)
throws IOException,
IllegalAccessException,
InvocationTargetException
public static void writeSuccessRpcResponse(com.google.protobuf.CodedOutputStream cos,
Iterable<RpcHeader> headers,
Object result)
throws IOException,
IllegalArgumentException,
InstantiationException,
IllegalAccessException,
InvocationTargetException,
NoSuchMethodException
public static void writeFaultRpcResponse(com.google.protobuf.CodedOutputStream cos,
Iterable<RpcHeader> headers,
RpcFault fault)
throws IOException
IOExceptionpublic static void writeObject(com.google.protobuf.CodedOutputStream cos,
int fieldNum,
Object value)
throws IOException,
IllegalAccessException,
InvocationTargetException
Copyright © 2017. All rights reserved.