|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
oracle.bpel.services.notification.custom.AbstractCustomNotificationServiceImpl
public abstract class AbstractCustomNotificationServiceImpl
Field Summary |
---|
Fields inherited from class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl |
---|
TEXT_HTML_MIMETYPE, TEXT_PLAIN_MIMETYPE, TEXT_VOICEXML_MIMETYPE |
Constructor Summary | |
---|---|
AbstractCustomNotificationServiceImpl() |
Method Summary | |
---|---|
IResponseType[] |
sendEmailNotification(IEmailPayloadType payload) Sends Email Notification |
IResponseType[] |
sendFaxNotification(IFaxPayloadType payload) Sends Fax Notification |
IResponseType[] |
sendIMNotification(IIMPayloadType payload) Sends IM Notification |
IResponseType[] |
sendPagerNotification(IPagerPayloadType payload) Sends pager Notification |
IResponseType[] |
sendSMSNotification(ISMSPayloadType payload) Sends SMS Notification |
IResponseType[] |
sendVoiceNotification(IVoicePayloadType payload) Sends Voice Notification |
Methods inherited from class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl |
---|
getInstance, getStatus, isChannelSupported |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCustomNotificationServiceImpl()
Method Detail |
---|
public IResponseType[] sendIMNotification(IIMPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
sendIMNotification
in interface ICustomNotificationService
sendIMNotification
in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
payload
- details of the IM messageoracle.bpel.services.notification.NotificationServiceException
- For any exceptionpublic IResponseType[] sendFaxNotification(IFaxPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
sendFaxNotification
in interface ICustomNotificationService
sendFaxNotification
in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
payload
- details of the fax messageoracle.bpel.services.notification.NotificationServiceException
- For any exceptionpublic IResponseType[] sendVoiceNotification(IVoicePayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
sendVoiceNotification
in interface ICustomNotificationService
sendVoiceNotification
in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
payload
- details of the voice messageoracle.bpel.services.notification.NotificationServiceException
- For any exceptionpublic IResponseType[] sendEmailNotification(IEmailPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
sendEmailNotification
in interface ICustomNotificationService
sendEmailNotification
in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
payload
- details of the email messageoracle.bpel.services.notification.NotificationServiceException
- For any exceptionpublic IResponseType[] sendSMSNotification(ISMSPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
sendSMSNotification
in interface ICustomNotificationService
sendSMSNotification
in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
payload
- details of the sms messageoracle.bpel.services.notification.NotificationServiceException
- For any exceptionpublic IResponseType[] sendPagerNotification(IPagerPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
sendPagerNotification
in interface ICustomNotificationService
sendPagerNotification
in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
payload
- details of the pager messageoracle.bpel.services.notification.NotificationServiceException
- For any exception
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |