org.jboss.soa.esb.listeners.gateway
Class FileGatewayListener.PackageFileContents

java.lang.Object
  extended by org.jboss.soa.esb.listeners.gateway.FileGatewayListener.PackageFileContents
Enclosing class:
FileGatewayListener

public class FileGatewayListener.PackageFileContents
extends java.lang.Object

Default gateway action for files

It will just drop the file contents into a Message

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

Constructor Summary
FileGatewayListener.PackageFileContents()
           
 
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

FileGatewayListener.PackageFileContents

public FileGatewayListener.PackageFileContents()
Method Detail

process

public Message process(java.lang.Object obj)
                throws java.lang.Exception
Throws:
java.lang.Exception