Apache CXF API

org.apache.cxf.service.invoker
Interface Invoker


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.


Method Summary
 Object invoke(Exchange exchange, Object o)
           
 

Method Detail

invoke

Object invoke(Exchange exchange,
              Object o)

Apache CXF API

Apache CXF