public class MuleSoapHeaders extends Object
MuleSoapHeaders
is a helper class for extracting and writing Mule
header properties to s Soap messageModifier and Type | Field and Description |
---|---|
static String |
ENV_REQUEST_HEADERS |
static String |
MULE_10_ACTOR |
static String |
MULE_HEADER |
static String |
MULE_NAMESPACE |
Constructor and Description |
---|
MuleSoapHeaders(Iterator elements) |
MuleSoapHeaders(MuleEvent event)
Extracts header properties from a Mule event
|
MuleSoapHeaders(SOAPHeader soapHeader)
Extracts Mule header properties from a Soap message
|
Modifier and Type | Method and Description |
---|---|
void |
addHeaders(SOAPEnvelope env)
Writes the header properties to a Soap header
|
Element |
createHeaders() |
String |
getCorrelationGroup() |
String |
getCorrelationId() |
String |
getCorrelationSequence() |
String |
getReplyTo() |
protected void |
readElements(Iterator elements) |
void |
setCorrelationGroup(String correlationGroup) |
void |
setCorrelationId(String correlationId) |
void |
setCorrelationSequence(String correlationSequence) |
void |
setReplyTo(String replyTo) |
public static final String MULE_10_ACTOR
public static final String MULE_NAMESPACE
public static final String MULE_HEADER
public static final String ENV_REQUEST_HEADERS
public MuleSoapHeaders(MuleEvent event)
event
- public MuleSoapHeaders(SOAPHeader soapHeader)
soapHeader
- public MuleSoapHeaders(Iterator elements)
protected void readElements(Iterator elements)
public void addHeaders(SOAPEnvelope env) throws Exception
env
- SOAPException
Exception
public String getReplyTo()
public void setReplyTo(String replyTo)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
public String getCorrelationGroup()
public void setCorrelationGroup(String correlationGroup)
public String getCorrelationSequence()
public void setCorrelationSequence(String correlationSequence)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.