public static class Invocation.CompatibleInvocation extends Object implements Invocation
Invocation.CompatibleInvocation| Constructor and Description |
|---|
CompatibleInvocation(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object key) |
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.
|
Map<Object,Object> |
getAttributes() |
Invoker<?> |
getInvoker()
get the invoker in current context.
|
String |
getMethodName()
get method name.
|
Invocation |
getOriginal() |
Class<?>[] |
getParameterTypes()
get parameter types.
|
String |
getTargetServiceUniqueName() |
Object |
put(Object key,
Object value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObjectAttachment, getObjectAttachment, getObjectAttachments, getServiceName, setAttachment, setAttachment, setAttachmentIfAbsent, setAttachmentIfAbsent, setObjectAttachment, setObjectAttachmentIfAbsentgetCompatibleParamSignaturespublic CompatibleInvocation(Invocation invocation)
public String getTargetServiceUniqueName()
getTargetServiceUniqueName in interface Invocationpublic 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 Object put(Object key, Object value)
put in interface Invocationpublic Object get(Object key)
get in interface Invocationpublic Map<Object,Object> getAttributes()
getAttributes in interface Invocationpublic Invocation getOriginal()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.