org.apache.cxf.jbi
Interface ServiceConsumer

All Superinterfaces:
java.lang.Runnable

public interface ServiceConsumer
extends java.lang.Runnable

Defines a service consumer to be started by the CXF Service Engine.


Method Summary
 void setComponentContext(javax.jbi.component.ComponentContext componentCtx)
           
 void stop()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

stop

void stop()

setComponentContext

void setComponentContext(javax.jbi.component.ComponentContext componentCtx)


Apache CXF