org.codehaus.xfire.service.invoker
Interface Invoker

All Known Subinterfaces:
Invoker
All Known Implementing Classes:
AbstractInvoker, BeanInvoker, FactoryInvoker, ObjectInvoker

public interface Invoker

The invoker class allows you to control how your service class is invoked. For instance, you could supply an alternate instance which used a Factory to create your service instead of XFire instantiating it.

Since:
Nov 16, 2004
Author:
Dan Diephouse

Method Summary
 java.lang.Object invoke(java.lang.reflect.Method m, java.lang.Object[] params, MessageContext context)
           
 

Method Detail

invoke

java.lang.Object invoke(java.lang.reflect.Method m,
                        java.lang.Object[] params,
                        MessageContext context)
                        throws XFireFault
Throws:
XFireFault


Copyright © 2004-2009. All Rights Reserved.