Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.notification
Interface ICustomNotificationService

All Known Implementing Classes:
oracle.tip.pc.services.notification.DefaultNotificationServiceImpl

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

sendIMNotification

public IResponseType[] sendIMNotification(IIMPayloadType payload)
                                   throws oracle.tip.pc.services.notification.NotificationServiceException
Sends IM Notification
Parameters:
payload - details of the fax message
Returns:
Array of IResponse objects which can be used to track the status of the notification
Throws:
oracle.tip.pc.services.notification.NotificationServiceException

sendFaxNotification

public IResponseType[] sendFaxNotification(IFaxPayloadType payload)
                                    throws oracle.tip.pc.services.notification.NotificationServiceException
Sends Fax Notification
Parameters:
payload - details of the fax message
Returns:
Array of IResponse objects which can be used to track the status of the notification
Throws:
oracle.tip.pc.services.notification.NotificationServiceException

sendVoiceNotification

public IResponseType[] sendVoiceNotification(IVoicePayloadType payload)
                                      throws oracle.tip.pc.services.notification.NotificationServiceException
Sends Voice Notification
Parameters:
payload - details of the voice message
Returns:
Array of IResponse objects which can be used to track the status of the notification
Throws:
oracle.tip.pc.services.notification.NotificationServiceException

sendEmailNotification

public IResponseType[] sendEmailNotification(IEmailPayloadType payload)
                                      throws oracle.tip.pc.services.notification.NotificationServiceException
Sends Email Notification
Parameters:
payload - details of the email message
Returns:
Array of IResponse objects which can be used to track the status of the notification
Throws:
oracle.tip.pc.services.notification.NotificationServiceException

sendSMSNotification

public IResponseType[] sendSMSNotification(ISMSPayloadType payload)
                                    throws oracle.tip.pc.services.notification.NotificationServiceException
Sends SMS Notification
Parameters:
payload - details of the sms message
Returns:
Array of IResponse objects which can be used to track the status of the notification
Throws:
oracle.tip.pc.services.notification.NotificationServiceException

sendPagerNotification

public IResponseType[] sendPagerNotification(IPagerPayloadType payload)
                                      throws oracle.tip.pc.services.notification.NotificationServiceException
Sends pager Notification
Parameters:
payload - details of the pager message
Returns:
Array of IResponse objects which can be used to track the status of the notification
Throws:
oracle.tip.pc.services.notification.NotificationServiceException

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.