public static class Invocation.CompatibleInvocation extends Object implements Invocation, Invocation
Invocation.CompatibleInvocation| Constructor and Description |
|---|
CompatibleInvocation(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments()
get arguments.
|
String |
getAttachment(String key)
get attachment by key.
|
String |
getAttachment(String key,
String defaultValue)
get attachment by key with default value.
|
Map<String,String> |
getAttachments()
get attachments.
|
Invoker<?> |
getInvoker()
get the invoker in current context.
|
String |
getMethodName()
get method name.
|
Invocation |
getOriginal() |
Class<?>[] |
getParameterTypes()
get parameter types.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetAttachment, setAttachmentIfAbsentpublic CompatibleInvocation(Invocation invocation)
public String getMethodName()
InvocationgetMethodName in interface Invocationpublic Class<?>[] getParameterTypes()
InvocationgetParameterTypes in interface Invocationpublic Object[] getArguments()
InvocationgetArguments in interface Invocationpublic Map<String,String> getAttachments()
InvocationgetAttachments in interface Invocationpublic String getAttachment(String key)
InvocationgetAttachment in interface Invocationpublic String getAttachment(String key, String defaultValue)
InvocationgetAttachment in interface Invocationpublic Invoker<?> getInvoker()
InvocationgetInvoker in interface Invocationpublic Invocation getOriginal()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.