Apache CXF API

org.apache.cxf.service.invoker
Class BeanInvoker

java.lang.Object
  extended by org.apache.cxf.service.invoker.AbstractInvoker
      extended by org.apache.cxf.service.invoker.BeanInvoker
All Implemented Interfaces:
Invoker

public class BeanInvoker
extends AbstractInvoker

Invoker for externally created service objects.


Constructor Summary
BeanInvoker(Object proxy)
           
 
Method Summary
 Object getServiceObject(Exchange ex)
          Creates and returns a service object depending on the scope.
 
Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInvoker

public BeanInvoker(Object proxy)
Method Detail

getServiceObject

public Object getServiceObject(Exchange ex)
Description copied from class: AbstractInvoker
Creates and returns a service object depending on the scope.

Specified by:
getServiceObject in class AbstractInvoker

Apache CXF API

Apache CXF