org.apache.cxf.service.invoker
Interface Invoker
- All Known Implementing Classes:
- AbstractInvoker, BeanInvoker, FactoryInvoker, JAXWSMethodInvoker, Servant
public interface Invoker
Invokers control how a particular service is invoked. It may maintain
state or it may create new service objects for every request. It is
up to the invoker.
- Author:
- Dan Diephouse
Method Summary |
java.lang.Object |
invoke(Exchange exchange,
java.lang.Object o)
|
invoke
java.lang.Object invoke(Exchange exchange,
java.lang.Object o)
Apache CXF