org.jboss.soa.esb.listeners.gateway
Class SqlTableGatewayListener.PackageRowContents

java.lang.Object
  extended by org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener.PackageRowContents
Enclosing class:
SqlTableGatewayListener

public static class SqlTableGatewayListener.PackageRowContents
extends java.lang.Object

Default gateway action for SQL table rows

It will just drop the result set contents into a Message

Since:
Version 4.0
Author:
schifest@heuristica.com.ar

Constructor Summary
SqlTableGatewayListener.PackageRowContents()
           
 
Method Summary
 Message process(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlTableGatewayListener.PackageRowContents

public SqlTableGatewayListener.PackageRowContents()
Method Detail

process

public Message process(java.lang.Object obj)