|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMailMarshaler | |
|---|---|
| org.apache.servicemix.mail | Component for Mail using the JavaMail API |
| org.apache.servicemix.mail.marshaler | |
| Uses of AbstractMailMarshaler in org.apache.servicemix.mail |
|---|
| Methods in org.apache.servicemix.mail that return AbstractMailMarshaler | |
|---|---|
AbstractMailMarshaler |
MailSenderEndpoint.getMarshaler()
|
AbstractMailMarshaler |
MailPollerEndpoint.getMarshaler()
|
| Methods in org.apache.servicemix.mail with parameters of type AbstractMailMarshaler | |
|---|---|
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. |
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. |
| Uses of AbstractMailMarshaler in org.apache.servicemix.mail.marshaler |
|---|
| Subclasses of AbstractMailMarshaler in org.apache.servicemix.mail.marshaler | |
|---|---|
class |
DefaultMailMarshaler
this is the default marshaler for conversion between the normalized message format and the mail message format |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||