org.jboss.soa.esb.actions.naming.strategy
Interface FileNamingStrategy

All Known Implementing Classes:
AbstractFileNamingStrategy, AddTimestampNamingStrategy, ChangeSuffixNamingStrategy, GroovyNamingStrategy

public interface FileNamingStrategy

Strategy that performs a conversion on a filename.

Author:
Derek Adams

Method Summary
 void configure(org.w3c.dom.Node xml)
          Configure the strategy from its XML node.
 java.lang.String process(java.lang.String filename, Message message)
          Process the incoming filename and generate an outgoing filename.
 

Method Detail

configure

void configure(org.w3c.dom.Node xml)
Configure the strategy from its XML node.

Parameters:
xml -

process

java.lang.String process(java.lang.String filename,
                         Message message)
Process the incoming filename and generate an outgoing filename.

Parameters:
filename -
message -
Returns:
String