public class SynapseMessage extends Object implements Serializable
Constructor and Description |
---|
SynapseMessage() |
Modifier and Type | Method and Description |
---|---|
void |
addLocalEntry(String key) |
void |
addProperty(String key,
String value) |
void |
addPropertyObject(String key,
byte[] value) |
List<String> |
getLocalEntries() |
int |
getMessageFlowTracingState() |
HashMap<String,String> |
getProperties() |
HashMap<String,byte[]> |
getPropertyObjects() |
int |
getTracingState() |
boolean |
isFaultResponse() |
boolean |
isResponse() |
void |
setFaultResponse(boolean faultResponse) |
void |
setMessageFlowTracingState(int messageFlowTracingState) |
void |
setResponse(boolean response) |
void |
setTracingState(int tracingState) |
public boolean isResponse()
public void setResponse(boolean response)
public boolean isFaultResponse()
public void setFaultResponse(boolean faultResponse)
public int getTracingState()
public void setTracingState(int tracingState)
public void addPropertyObject(String key, byte[] value)
public void addLocalEntry(String key)
public int getMessageFlowTracingState()
public void setMessageFlowTracingState(int messageFlowTracingState)
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.