public final class CorrelationIdHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CORRELATION_ID_KEY |
static QName |
CORRELATION_ID_QNAME |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCorrelationId(org.apache.cxf.message.Message message)
Get CorrelationId from message.
|
static String |
readCorrelationId(org.apache.cxf.message.Message message)
Read correlation id from message.
|
static String |
readCorrelationIdSoap(org.apache.cxf.message.Message message) |
static void |
setCorrelationId(org.apache.cxf.message.Message message,
String correlationId)
Sets the correlation id.
|
public static final String CORRELATION_ID_KEY
public static final QName CORRELATION_ID_QNAME
public static String getCorrelationId(org.apache.cxf.message.Message message)
message - the messagepublic static void setCorrelationId(org.apache.cxf.message.Message message,
String correlationId)
message - the messagecorrelationId - the correlation idpublic static String readCorrelationIdSoap(org.apache.cxf.message.Message message)
public static String readCorrelationId(org.apache.cxf.message.Message message)
message - the messageCopyright © 2011–2015 Talend Inc.. All rights reserved.