Apache CXF API

org.apache.cxf.service.invoker
Interface Invoker

All Known Implementing Classes:
AbstractInvoker, AbstractJAXWSMethodInvoker, BeanInvoker, FactoryInvoker, JAXRSInvoker, JAXWS22Invoker, 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
 Object invoke(Exchange exchange, Object o)
           
 

Method Detail

invoke

Object invoke(Exchange exchange,
              Object o)

Apache CXF API

Apache CXF