public class CompressionConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressionConstants.GZIP_ACTION |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPRESSED_SOAP_BODY_PATTERN |
static String |
COMPRESSION_WRAPPER_PREFIX |
static QName |
COMPRESSION_WRAPPER_QNAME |
static String |
COMPRESSION_WRAPPER_TAG_LOCAL_NAME |
static String |
COMPRESSION_WRAPPER_TAG_NAMESPACE |
static String |
COMRESSION_WRAPPER_ALGORITM_PROPERTY |
static String |
COMRESSION_WRAPPER_ENCODING_PROPERTY |
static String |
SOAP_BODY_PATTERN |
static QName |
SOAP_BODY_TAG_NAME |
static int |
TRESHOLD_ATTRIBUTE_DEFAULT
The treshold attribute default.
|
| Constructor and Description |
|---|
CompressionConstants() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCompressionWrapperEndTag() |
static String |
getCompressionWrapperStartTag(String algoritm,
String encoding) |
public static int TRESHOLD_ATTRIBUTE_DEFAULT
public static QName SOAP_BODY_TAG_NAME
public static String COMPRESSION_WRAPPER_PREFIX
public static String COMRESSION_WRAPPER_ALGORITM_PROPERTY
public static String COMRESSION_WRAPPER_ENCODING_PROPERTY
public static String COMPRESSION_WRAPPER_TAG_LOCAL_NAME
public static String COMPRESSION_WRAPPER_TAG_NAMESPACE
public static QName COMPRESSION_WRAPPER_QNAME
public static String SOAP_BODY_PATTERN
public static String COMPRESSED_SOAP_BODY_PATTERN
Copyright © 2011–2021 Talend Inc.. All rights reserved.