org.codehaus.xfire.service.object
Interface Invoker
- All Known Implementing Classes:
- 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,
org.codehaus.xfire.MessageContext context)
|
invoke
java.lang.Object invoke(java.lang.reflect.Method m,
java.lang.Object[] params,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Throws:
org.codehaus.xfire.fault.XFireFault
Copyright © 2004-2005 Codehaus. All Rights Reserved.