|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.tip.pc.services.notification.DefaultNotificationServiceImpl
oracle.tip.pc.services.notification.AbstractCustomNotificationServiceImpl
| Field Summary |
| Fields inherited from class oracle.tip.pc.services.notification.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.tip.pc.services.notification.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.tip.pc.services.notification.NotificationServiceException
payload - details of the IM messageNotificationServiceException - For any exception
public IResponseType[] sendFaxNotification(IFaxPayloadType payload)
throws oracle.tip.pc.services.notification.NotificationServiceException
payload - details of the fax messageNotificationServiceException - For any exception
public IResponseType[] sendVoiceNotification(IVoicePayloadType payload)
throws oracle.tip.pc.services.notification.NotificationServiceException
payload - details of the voice messageNotificationServiceException - For any exception
public IResponseType[] sendEmailNotification(IEmailPayloadType payload)
throws oracle.tip.pc.services.notification.NotificationServiceException
payload - details of the email messageNotificationServiceException - For any exception
public IResponseType[] sendSMSNotification(ISMSPayloadType payload)
throws oracle.tip.pc.services.notification.NotificationServiceException
payload - details of the sms messageNotificationServiceException - For any exception
public IResponseType[] sendPagerNotification(IPagerPayloadType payload)
throws oracle.tip.pc.services.notification.NotificationServiceException
payload - details of the pager messageNotificationServiceException - For any exception
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2006, Oracle. All rights reserved.