public class CompressionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SOAP_BODY_INDX |
static int |
SOAP_BODY_WRAPPER_INDX |
| Constructor and Description |
|---|
CompressionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static MatchResult |
loadSoapBodyContent(OutputStream destination,
Scanner scanner,
String pattern) |
static void |
replaceBodyInSOAP(byte[] originalSoap,
MatchResult bodyPosition,
InputStream newBody,
OutputStream out,
String wrapperStartTag,
String wrapperEndTag,
boolean removeWrapper) |
public static int SOAP_BODY_WRAPPER_INDX
public static int SOAP_BODY_INDX
public static MatchResult loadSoapBodyContent(OutputStream destination, Scanner scanner, String pattern) throws XMLStreamException
XMLStreamExceptionpublic static void replaceBodyInSOAP(byte[] originalSoap,
MatchResult bodyPosition,
InputStream newBody,
OutputStream out,
String wrapperStartTag,
String wrapperEndTag,
boolean removeWrapper)
throws IOException,
XMLStreamException
IOExceptionXMLStreamExceptionCopyright © 2011–2021 Talend Inc.. All rights reserved.