org.codehaus.xfire.service.binding
Class BeanInvoker

java.lang.Object
  extended byorg.codehaus.xfire.service.binding.ObjectInvoker
      extended byorg.codehaus.xfire.service.binding.BeanInvoker
All Implemented Interfaces:
Invoker

public class BeanInvoker
extends ObjectInvoker

Invoker for externally created service objects.

Since:
Feb 9, 2005
Author:
Dan Diephouse

Field Summary
 
Fields inherited from class org.codehaus.xfire.service.binding.ObjectInvoker
SCOPE_APPLICATION, SCOPE_REQUEST, SCOPE_SESSION, SERVICE_IMPL_CLASS
 
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.binding.ObjectInvoker
createServiceObject, getMostSpecificMethod, getScope, invoke, isJdkDynamicProxy, setScope
 
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)
                                  throws XFireFault
Description copied from class: ObjectInvoker
Creates and returns a service object depending on the scope.

Overrides:
getServiceObject in class ObjectInvoker
Throws:
XFireFault


Copyright © 2004-2006 null. All Rights Reserved.