public class MessageContextResource extends Object
Constructor and Description |
---|
MessageContextResource() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
List<StringPair> |
getContextProperties() |
String |
getDestinationURI() |
List<StringPair> |
getMessageProperties() |
String |
getPayload() |
int |
getResponseCode() |
List<StringTrio> |
getScopeVariables() |
List<StringPair> |
getTransportHeaders() |
void |
setContentType(String contentType) |
void |
setContextProperties(List<StringPair> contextProperties) |
void |
setDestinationURI(String destinationURI) |
void |
setMessageProperties(List<StringPair> messageProperties) |
void |
setPayload(String payload) |
void |
setResponseCode(int responseCode) |
void |
setScopeVariables(List<StringTrio> scopeVariables) |
void |
setTransportHeaders(List<StringPair> transportHeaders) |
public String getPayload()
public void setPayload(String payload)
public List<StringPair> getTransportHeaders()
public void setTransportHeaders(List<StringPair> transportHeaders)
public List<StringPair> getMessageProperties()
public void setMessageProperties(List<StringPair> messageProperties)
public String getDestinationURI()
public void setDestinationURI(String destinationURI)
public String getContentType()
public void setContentType(String contentType)
public int getResponseCode()
public void setResponseCode(int responseCode)
public List<StringTrio> getScopeVariables()
public void setScopeVariables(List<StringTrio> scopeVariables)
public List<StringPair> getContextProperties()
public void setContextProperties(List<StringPair> contextProperties)
Copyright © 2016–2019 AdroitLogic. All rights reserved.