Package org.apache.cxf.service.invoker
Class BeanInvoker
- java.lang.Object
- 
- org.apache.cxf.service.invoker.AbstractInvoker
- 
- org.apache.cxf.service.invoker.BeanInvoker
 
 
- 
- All Implemented Interfaces:
- Invoker
 
 public class BeanInvoker extends AbstractInvoker Invoker for externally created service objects.
- 
- 
Constructor SummaryConstructors Constructor Description BeanInvoker(Object proxy)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetServiceObject(Exchange ex)Creates and returns a service object depending on the scope.- 
Methods inherited from class org.apache.cxf.service.invoker.AbstractInvokeradjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
 
- 
 
- 
- 
- 
Constructor Detail- 
BeanInvokerpublic BeanInvoker(Object proxy) 
 
- 
 - 
Method Detail- 
getServiceObjectpublic Object getServiceObject(Exchange ex) Description copied from class:AbstractInvokerCreates and returns a service object depending on the scope.- Specified by:
- getServiceObjectin class- AbstractInvoker
 
 
- 
 
-