public interface MimeHeaderSource
Modifier and Type | Method and Description |
---|---|
MimeHeaders |
getMimeHeaders()
Gets the MIME headers from an inbound source.
|
void |
setMimeHeaders(MimeHeaders headers)
Sets the MIME headers for an outbound source.
|
MimeHeaders getMimeHeaders()
null
if the transport does not provide headers.void setMimeHeaders(MimeHeaders headers)
null
if the transport does not provide headers.headers
- the MIME headersCopyright © 2013 JBoss by Red Hat. All Rights Reserved.