|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICustomNotificationService
| 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 |
| Method Detail |
|---|
IResponseType[] sendIMNotification(IIMPayloadType payload)
throws oracle.bpel.services.notification.NotificationServiceException
payload - details of the fax messageoracle.bpel.services.notification.NotificationServiceException
IResponseType[] sendFaxNotification(IFaxPayloadType payload)
throws oracle.bpel.services.notification.NotificationServiceException
payload - details of the fax messageoracle.bpel.services.notification.NotificationServiceException
IResponseType[] sendVoiceNotification(IVoicePayloadType payload)
throws oracle.bpel.services.notification.NotificationServiceException
payload - details of the voice messageoracle.bpel.services.notification.NotificationServiceException
IResponseType[] sendEmailNotification(IEmailPayloadType payload)
throws oracle.bpel.services.notification.NotificationServiceException
payload - details of the email messageoracle.bpel.services.notification.NotificationServiceException
IResponseType[] sendSMSNotification(ISMSPayloadType payload)
throws oracle.bpel.services.notification.NotificationServiceException
payload - details of the sms messageoracle.bpel.services.notification.NotificationServiceException
IResponseType[] sendPagerNotification(IPagerPayloadType payload)
throws oracle.bpel.services.notification.NotificationServiceException
payload - details of the pager messageoracle.bpel.services.notification.NotificationServiceException
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||