| 
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12  | 
||||||||
| 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[] | 
sendURINotification(IURIPayloadType payload)Sends URI 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 ICustomNotificationServicesendIMNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImplpayload - details of the IM messageoracle.bpel.services.notification.NotificationServiceException - For any exception
public IResponseType[] sendFaxNotification(IFaxPayloadType payload)
                                    throws oracle.bpel.services.notification.NotificationServiceException
sendFaxNotification in interface ICustomNotificationServicesendFaxNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImplpayload - details of the fax messageoracle.bpel.services.notification.NotificationServiceException - For any exception
public IResponseType[] sendVoiceNotification(IVoicePayloadType payload)
                                      throws oracle.bpel.services.notification.NotificationServiceException
sendVoiceNotification in interface ICustomNotificationServicesendVoiceNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImplpayload - details of the voice messageoracle.bpel.services.notification.NotificationServiceException - For any exception
public IResponseType[] sendEmailNotification(IEmailPayloadType payload)
                                      throws oracle.bpel.services.notification.NotificationServiceException
sendEmailNotification in interface ICustomNotificationServicesendEmailNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImplpayload - details of the email messageoracle.bpel.services.notification.NotificationServiceException - For any exception
public IResponseType[] sendSMSNotification(ISMSPayloadType payload)
                                    throws oracle.bpel.services.notification.NotificationServiceException
sendSMSNotification in interface ICustomNotificationServicesendSMSNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImplpayload - details of the sms messageoracle.bpel.services.notification.NotificationServiceException - For any exception
public IResponseType[] sendPagerNotification(IPagerPayloadType payload)
                                      throws oracle.bpel.services.notification.NotificationServiceException
sendPagerNotification in interface ICustomNotificationServicesendPagerNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImplpayload - details of the pager messageoracle.bpel.services.notification.NotificationServiceException - For any exception
public IResponseType[] sendURINotification(IURIPayloadType payload)
                                    throws oracle.bpel.services.notification.NotificationServiceException
sendURINotification in interface ICustomNotificationServicesendURINotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImplpayload - details of the URI 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.9) E10660-12  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||