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
invoke
Object invoke(Method m,
Object[] params,
MessageContext context)
throws XFireFault
- Throws:
XFireFault
Copyright © 2004-2013. All Rights Reserved.