public class ReflectionPackableMethod extends Object implements org.apache.dubbo.rpc.model.PackableMethod
org.apache.dubbo.rpc.model.PackableMethod.Pack, org.apache.dubbo.rpc.model.PackableMethod.UnPack| Constructor and Description |
|---|
ReflectionPackableMethod(org.apache.dubbo.rpc.model.MethodDescriptor method,
org.apache.dubbo.common.URL url,
String serializeName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.dubbo.rpc.model.PackableMethod.Pack |
getRequestPack() |
org.apache.dubbo.rpc.model.PackableMethod.UnPack |
getRequestUnpack() |
org.apache.dubbo.rpc.model.PackableMethod.Pack |
getResponsePack() |
org.apache.dubbo.rpc.model.PackableMethod.UnPack |
getResponseUnpack() |
static ReflectionPackableMethod |
init(org.apache.dubbo.rpc.model.MethodDescriptor methodDescriptor,
org.apache.dubbo.common.URL url) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpackRequest, packResponse, parseRequest, parseResponsepublic ReflectionPackableMethod(org.apache.dubbo.rpc.model.MethodDescriptor method, org.apache.dubbo.common.URL url, String serializeName)
public static ReflectionPackableMethod init(org.apache.dubbo.rpc.model.MethodDescriptor methodDescriptor, org.apache.dubbo.common.URL url)
public org.apache.dubbo.rpc.model.PackableMethod.Pack getRequestPack()
getRequestPack in interface org.apache.dubbo.rpc.model.PackableMethodpublic org.apache.dubbo.rpc.model.PackableMethod.Pack getResponsePack()
getResponsePack in interface org.apache.dubbo.rpc.model.PackableMethodpublic org.apache.dubbo.rpc.model.PackableMethod.UnPack getResponseUnpack()
getResponseUnpack in interface org.apache.dubbo.rpc.model.PackableMethodpublic org.apache.dubbo.rpc.model.PackableMethod.UnPack getRequestUnpack()
getRequestUnpack in interface org.apache.dubbo.rpc.model.PackableMethodCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.