public class SimpleMessage extends ITKMessageImpl
businessPayload, isResponse, messageProperties, preResolvedTransportRoute
Constructor and Description |
---|
SimpleMessage()
Instantiates a new simple message.
|
SimpleMessage(ITKMessageProperties itkMessageProperties)
Instantiates a new simple message.
|
SimpleMessage(ITKMessageProperties itkMessageProperties,
String businessPayload) |
SimpleMessage(ITKMessageProperties itkMessageProperties,
String auditIdentity,
String profileId,
boolean reflectMessageProperties)
Instantiates a new simple message.
|
SimpleMessage(String businessPayload) |
Modifier and Type | Method and Description |
---|---|
String |
getFullPayload()
Obtains the full ITKMessage including any wrappers
|
getBusinessPayload, getMessageProperties, getPreresolvedRoute, isResponse, setBusinessPayload, setIsReponse, setMessageProperties
public SimpleMessage()
public SimpleMessage(String businessPayload)
public SimpleMessage(ITKMessageProperties itkMessageProperties, String businessPayload)
public SimpleMessage(ITKMessageProperties itkMessageProperties, String auditIdentity, String profileId, boolean reflectMessageProperties)
itkMessageProperties
- the itk message propertiesauditIdentity
- the audit identityprofileId
- the profile idreflectMessageProperties
- the reflect message propertiespublic SimpleMessage(ITKMessageProperties itkMessageProperties)
itkMessageProperties
- the itk message propertiespublic String getFullPayload()
ITKMessage
ITKMessage.getBusinessPayload()
All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated