org.jboss.soa.esb.listeners.jca
Interface InflowGateway

All Known Implementing Classes:
JmsEndpoint

public interface InflowGateway

Required interface for JCA ESB Gateways

The injected ServiceInvoker should be used by the user object to invoke on target ESB service after, of course, it transforms the incoming gateway message into a generic ESB message

Version:
$Revision: 1.1 $
Author:
Bill Burke

Method Summary
 void setServiceInvoker(ServiceInvoker invoker)
           
 

Method Detail

setServiceInvoker

void setServiceInvoker(ServiceInvoker invoker)