| Package | Description |
|---|---|
| org.apache.servicemix.mail |
Component for Mail using the JavaMail API
|
| org.apache.servicemix.mail.marshaler |
| Modifier and Type | Method and Description |
|---|---|
AbstractMailMarshaler |
MailPollerEndpoint.getMarshaler() |
AbstractMailMarshaler |
MailSenderEndpoint.getMarshaler() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailPollerEndpoint.setMarshaler(AbstractMailMarshaler marshaler)
With this method you can specify a marshaler class which provides the
logic for converting a mail into a normalized message.
|
void |
MailSenderEndpoint.setMarshaler(AbstractMailMarshaler marshaler)
With this method you can specify a marshaler class which provides the
logic for converting a normalized message into a mail.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMailMarshaler
this is the default marshaler for conversion between the normalized message
format and the mail message format
|
Copyright © 2005-2014 FuseSource. All Rights Reserved.