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
Invoker for externally created service objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates 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
-
Constructor Details
-
BeanInvoker
-
-
Method Details
-
getServiceObject
Description copied from class:AbstractInvoker
Creates and returns a service object depending on the scope.- Specified by:
getServiceObject
in classAbstractInvoker
-