public class

MdnContent

extends Object
implements Serializable
java.lang.Object
   ↳ com.modus.mule.modules.as2.messagetracker.MdnContent

Summary

Fields
private static final String JSON_STRUCT
private byte[] content
private String contentType
private static final Logger logger
Public Constructors
MdnContent()
Public Methods
byte[] getContent()
String getContentType()
void setContent(byte[] content)
void setContentType(String contentType)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final String JSON_STRUCT

private byte[] content

private String contentType

private static final Logger logger

Public Constructors

public MdnContent ()

Public Methods

public byte[] getContent ()

public String getContentType ()

public void setContent (byte[] content)

Parameters
content

public void setContentType (String contentType)

Parameters
contentType

public String toString ()