当前页面:
在线文档首页 >
JBoss 3.2.7 .net API Documentation 英文版文档
AsyncMailClientService (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档
org.jboss.net.axis.transport.mailto.client
Class AsyncMailClientService
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.net.axis.transport.mailto.AbstractMailTransportService
org.jboss.net.axis.transport.mailto.client.AsyncMailClientService
- All Implemented Interfaces:
- MailConstants, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, org.jboss.system.Service, org.jboss.system.ServiceMBean
- public class AsyncMailClientService
- extends AbstractMailTransportService
- implements MailConstants
- Title:
- Asynchronous Mail Client Service
- Description:
- This service allows SOAP messages to be sent via email in an asynchronous way.
CAUTION: Requires ws-addressing handlers to be installed in the request chain.
- Version:
- $Revision: 1.1.4.1 $
- Author:
- Jason Essington
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Methods inherited from class org.jboss.net.axis.transport.mailto.AbstractMailTransportService |
closeFolder, closeStore, fetchMessages, getDeleteMail, getEngineName, getFolderName, getMailFolder, getMailSession, getMailStore, getSessionName, pollMail, setDeleteMail, setEngineName, setFolderName, setSessionName |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, startService, stop, stopService |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncMailClientService
public AsyncMailClientService()
getService
public org.apache.axis.client.Service getService()
sendAsynchronously
public void sendAsynchronously(org.apache.axis.client.Call call,
IAsyncCallback callback,
Object[] args)
processMessages
protected void processMessages(javax.mail.Message[] msgs)
- Specified by:
processMessages
in class AbstractMailTransportService
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.