public class EmailServiceRemotable extends org.springframework.extensions.surf.util.AbstractLifecycleBean implements EmailService
Constructor and Description |
---|
EmailServiceRemotable() |
Modifier and Type | Method and Description |
---|---|
void |
importMessage(EmailDelivery delivery,
EmailMessage message)
Processes an email message.
|
void |
importMessage(EmailDelivery delivery,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
EmailMessage message)
Process an email message.
|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setRmiRegistryHost(String rmiRegistryHost) |
void |
setRmiRegistryPort(int rmiRegistryPort) |
public void setRmiRegistryHost(String rmiRegistryHost)
public void setRmiRegistryPort(int rmiRegistryPort)
public void importMessage(EmailDelivery delivery, EmailMessage message)
EmailService
importMessage
in interface EmailService
delivery
- instructions - who gets the message and who is it frommessage
- the email messagepublic void importMessage(EmailDelivery delivery, org.alfresco.service.cmr.repository.NodeRef nodeRef, EmailMessage message)
EmailService
importMessage
in interface EmailService
delivery
- instructions - who gets the message and who is it fromnodeRef
- the node to import the message tomessage
- the email messageprotected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
Copyright © 2005–2017 Alfresco Software. All rights reserved.