|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.samples.filecopy.Exclaimer
public class Exclaimer
A class providing several handling methods for different types of payloads.
Constructor Summary | |
---|---|
Exclaimer()
|
Method Summary | |
---|---|
byte[] |
exclaim(byte[] input)
|
java.io.File |
exclaim(java.io.File input)
|
java.lang.String |
exclaim(java.lang.String input)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Exclaimer()
Method Detail |
---|
public java.lang.String exclaim(java.lang.String input)
public java.io.File exclaim(java.io.File input)
public byte[] exclaim(byte[] input)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |