|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.actions.naming.strategy.AbstractFileNamingStrategy org.jboss.soa.esb.actions.naming.strategy.AddTimestampNamingStrategy
public class AddTimestampNamingStrategy
Naming strategy that appends a timestamp to the filename.
Constructor Summary | |
---|---|
AddTimestampNamingStrategy()
|
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. |
Methods inherited from class org.jboss.soa.esb.actions.naming.strategy.AbstractFileNamingStrategy |
---|
getFilenameWithoutSuffix, getSuffix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddTimestampNamingStrategy()
Method Detail |
---|
public void configure(org.w3c.dom.Node xml)
FileNamingStrategy
public java.lang.String process(java.lang.String filename, Message message)
FileNamingStrategy
process
in interface FileNamingStrategy
process
in class AbstractFileNamingStrategy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |