public static class Invocation.CompatibleInvocation extends Object implements Invocation
Invocation.CompatibleInvocation| Constructor and Description |
|---|
CompatibleInvocation(org.apache.dubbo.rpc.Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
String |
getAttachment(String key) |
String |
getAttachment(String key,
String defaultValue) |
Map<String,String> |
getAttachments() |
Invoker<?> |
getInvoker() |
String |
getMethodName() |
org.apache.dubbo.rpc.Invocation |
getOriginal() |
Class<?>[] |
getParameterTypes() |
public CompatibleInvocation(org.apache.dubbo.rpc.Invocation invocation)
public String getMethodName()
getMethodName in interface org.apache.dubbo.rpc.Invocationpublic Class<?>[] getParameterTypes()
getParameterTypes in interface org.apache.dubbo.rpc.Invocationpublic Object[] getArguments()
getArguments in interface org.apache.dubbo.rpc.Invocationpublic Map<String,String> getAttachments()
getAttachments in interface org.apache.dubbo.rpc.Invocationpublic String getAttachment(String key)
getAttachment in interface org.apache.dubbo.rpc.Invocationpublic String getAttachment(String key, String defaultValue)
getAttachment in interface org.apache.dubbo.rpc.Invocationpublic Invoker<?> getInvoker()
getInvoker in interface org.apache.dubbo.rpc.Invocationpublic org.apache.dubbo.rpc.Invocation getOriginal()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.