public class BeanInvoker extends AbstractInvoker
| Constructor and Description |
|---|
BeanInvoker(java.lang.Object proxy) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getServiceObject(Exchange ex)
Creates and returns a service object depending on the scope.
|
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObjectpublic java.lang.Object getServiceObject(Exchange ex)
AbstractInvokergetServiceObject in class AbstractInvoker