org.codehaus.xfire.service.invoker
Class BeanInvoker

java.lang.Object
  extended by org.codehaus.xfire.service.invoker.AbstractInvoker
      extended by 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

Constructor Summary
BeanInvoker(java.lang.Object proxy)
           
 
Method Summary
 java.lang.Object getServiceObject(MessageContext context)
          Creates and returns a service object depending on the scope.
 
Methods inherited from class org.codehaus.xfire.service.invoker.AbstractInvoker
getContext, getMostSpecificMethod, invoke, isJdkDynamicProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInvoker

public BeanInvoker(java.lang.Object proxy)
Method Detail

getServiceObject

public java.lang.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-2009. All Rights Reserved.