org.codehaus.xfire.service.invoker
Class BeanInvoker
java.lang.Object
org.codehaus.xfire.service.invoker.AbstractInvoker
org.codehaus.xfire.service.invoker.BeanInvoker
- All Implemented Interfaces:
- Invoker
public class BeanInvoker
- extends AbstractInvoker
Invoker for externally created service objects.
- Since:
- Feb 9, 2005
- Author:
- Dan Diephouse, Ben Yu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanInvoker
public BeanInvoker(Object proxy)
getServiceObject
public Object getServiceObject(MessageContext context)
- Description copied from class:
AbstractInvoker
- Creates and returns a service object depending on the scope.
- Specified by:
getServiceObject
in class AbstractInvoker
Copyright © 2004-2013. All Rights Reserved.