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.

Author:
Dan Diephouse

Method Summary
 java.lang.Object invoke(Exchange exchange, java.lang.Object o)
           
 

Method Detail

invoke

java.lang.Object invoke(Exchange exchange,
                        java.lang.Object o)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.