Connector
Install Guide
Quick Start Guide
Release Notes
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.modus.mule.modules.as2
com.modus.mule.modules.as2.adapter
com.modus.mule.modules.as2.adapters
com.modus.mule.modules.as2.agents
com.modus.mule.modules.as2.client
com.modus.mule.modules.as2.common
com.modus.mule.modules.as2.common.transformers
com.modus.mule.modules.as2.config
com.modus.mule.modules.as2.connection
com.modus.mule.modules.as2.devkit
com.modus.mule.modules.as2.filestorage
com.modus.mule.modules.as2.filestorage.s3
com.modus.mule.modules.as2.messagetracker
com.modus.mule.modules.as2.processors
com.modus.mule.modules.as2.server
com.modus.mule.modules.as2.sources
com.modus.mule.modules.as2.tpm
Interfaces
Callback
<T>
MessageTracker
Classes
As2Transmission
As2Transmissions
MdnContent
MdnContentDeserializer
MemoryMessageTracker
RemoteMessageTracker
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
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
()