Index

A B C D F G I O P S U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractZipTransformer - Class in org.springframework.integration.zip.transformer
Base class for transformers that provide Zip compression.
AbstractZipTransformer() - Constructor for class org.springframework.integration.zip.transformer.AbstractZipTransformer
 
AbstractZipTransformerParser - Class in org.springframework.integration.zip.config.xml
Base class for Zip transformer parsers.
AbstractZipTransformerParser() - Constructor for class org.springframework.integration.zip.config.xml.AbstractZipTransformerParser
 

B

BYTE_ARRAY - Enum constant in enum class org.springframework.integration.zip.transformer.ZipResultType
 

C

charset - Variable in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 
copy(InputStream) - Method in class org.springframework.integration.zip.transformer.SpringZipUtils
 
copy(InputStream, File) - Static method in class org.springframework.integration.zip.transformer.SpringZipUtils
 

D

deleteFiles - Variable in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 
doTransform(Message<?>) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 
doZipTransform(Message<?>) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
Subclasses must implement this method to provide the Zip transformation logic.
doZipTransform(Message<?>) - Method in class org.springframework.integration.zip.transformer.UnZipTransformer
 
doZipTransform(Message<?>) - Method in class org.springframework.integration.zip.transformer.ZipTransformer
The payload may encompass the following types: File ...String ...byte[] ...Iterable When providing an Iterable, nested Iterables are not supported.

F

FILE - Enum constant in enum class org.springframework.integration.zip.transformer.ZipResultType
 
fileNameGenerator - Variable in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 

G

getTransformerClassName() - Method in class org.springframework.integration.zip.config.xml.UnZipTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.zip.config.xml.ZipTransformerParser
 

I

init() - Method in class org.springframework.integration.zip.config.xml.ZipNamespaceHandler
 

O

onInit() - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 
org.springframework.integration.zip - package org.springframework.integration.zip
Root package of the Zip Module.
org.springframework.integration.zip.config.xml - package org.springframework.integration.zip.config.xml
Provides parser classes to provide Xml namespace support for the Zip components.
org.springframework.integration.zip.splitter - package org.springframework.integration.zip.splitter
Classes to support Splitter pattern for Zip.
org.springframework.integration.zip.transformer - package org.springframework.integration.zip.transformer
Classes to support Transformer pattern for Zip.

P

pack(Collection<ZipEntrySource>, int) - Static method in class org.springframework.integration.zip.transformer.SpringZipUtils
 
pack(Collection<ZipEntrySource>, File, int) - Static method in class org.springframework.integration.zip.transformer.SpringZipUtils
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.zip.config.xml.AbstractZipTransformerParser
 
postProcessTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.zip.config.xml.AbstractZipTransformerParser
Subclasses may override this method to provide additional configuration.
postProcessTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.zip.config.xml.UnZipTransformerParser
 
postProcessTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.zip.config.xml.ZipTransformerParser
 
PREFIX - Static variable in class org.springframework.integration.zip.ZipHeaders
 

S

setCompressionLevel(int) - Method in class org.springframework.integration.zip.transformer.ZipTransformer
Set the compression level.
setDeleteFiles(boolean) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
If the payload is an instance of File, this property specifies whether to delete the File after transformation.
setExpectSingleResult(boolean) - Method in class org.springframework.integration.zip.transformer.UnZipTransformer
This parameter indicates that only one result object shall be returned as a result from the executed Unzip operation.
setUseFileAttributes(boolean) - Method in class org.springframework.integration.zip.transformer.ZipTransformer
Specify whether the name of the file shall be used for the zip entry.
setWorkDirectory(File) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
Set the work-directory.
setZipResultType(ZipResultType) - Method in class org.springframework.integration.zip.transformer.AbstractZipTransformer
Define the format of the data returned after transformation.
splitMessage(Message<?>) - Method in class org.springframework.integration.zip.splitter.UnZipResultSplitter
 
SpringZipUtils - Class in org.springframework.integration.zip.transformer
Once the Spring Integration Zip support matures, we need to contribute the methods in this utility class back to the ZT Zip project.
SpringZipUtils() - Constructor for class org.springframework.integration.zip.transformer.SpringZipUtils
 

U

UnZipResultSplitter - Class in org.springframework.integration.zip.splitter
 
UnZipResultSplitter() - Constructor for class org.springframework.integration.zip.splitter.UnZipResultSplitter
 
UnZipTransformer - Class in org.springframework.integration.zip.transformer
Transformer implementation that applies an UnZip transformation to the message payload.
UnZipTransformer() - Constructor for class org.springframework.integration.zip.transformer.UnZipTransformer
 
UnZipTransformerParser - Class in org.springframework.integration.zip.config.xml
Parser for the 'unzip-transformer' element.
UnZipTransformerParser() - Constructor for class org.springframework.integration.zip.config.xml.UnZipTransformerParser
 

V

valueOf(String) - Static method in enum class org.springframework.integration.zip.transformer.ZipResultType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.integration.zip.transformer.ZipResultType
Returns an array containing the constants of this enum class, in the order they are declared.

W

workDirectory - Variable in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 

Z

ZIP_ENTRY_FILE_NAME - Static variable in class org.springframework.integration.zip.ZipHeaders
 
ZIP_ENTRY_LAST_MODIFIED_DATE - Static variable in class org.springframework.integration.zip.ZipHeaders
 
ZIP_ENTRY_PATH - Static variable in class org.springframework.integration.zip.ZipHeaders
 
ZipHeaders - Class in org.springframework.integration.zip
Zip adapter specific message headers.
ZipHeaders() - Constructor for class org.springframework.integration.zip.ZipHeaders
 
ZipNamespaceHandler - Class in org.springframework.integration.zip.config.xml
The namespace handler for the Zip namespace
ZipNamespaceHandler() - Constructor for class org.springframework.integration.zip.config.xml.ZipNamespaceHandler
 
zipResultType - Variable in class org.springframework.integration.zip.transformer.AbstractZipTransformer
 
ZipResultType - Enum Class in org.springframework.integration.zip.transformer
 
ZipTransformer - Class in org.springframework.integration.zip.transformer
Transformer implementation that applies a Zip transformation to the message payload.
ZipTransformer() - Constructor for class org.springframework.integration.zip.transformer.ZipTransformer
 
ZipTransformerParser - Class in org.springframework.integration.zip.config.xml
Parser for the 'zip-transformer' element.
ZipTransformerParser() - Constructor for class org.springframework.integration.zip.config.xml.ZipTransformerParser
 
A B C D F G I O P S U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values