Class AbstractCustomNotificationServiceImpl

java.lang.Object
oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
oracle.bpel.services.notification.custom.AbstractCustomNotificationServiceImpl
All Implemented Interfaces:
ICustomNotificationService

public abstract class AbstractCustomNotificationServiceImpl extends oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
  • Constructor Details

    • AbstractCustomNotificationServiceImpl

      public AbstractCustomNotificationServiceImpl()
  • Method Details

    • sendIMNotification

      public IResponseType[] sendIMNotification(IIMPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
      Sends IM Notification
      Specified by:
      sendIMNotification in interface ICustomNotificationService
      Overrides:
      sendIMNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
      Parameters:
      payload - details of the IM message
      Returns:
      Array of IResponse objects which can be used to track the status of the notification
      Throws:
      oracle.bpel.services.notification.NotificationServiceException - For any exception
    • sendFaxNotification

      public IResponseType[] sendFaxNotification(IFaxPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
      Sends Fax Notification
      Specified by:
      sendFaxNotification in interface ICustomNotificationService
      Overrides:
      sendFaxNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
      Parameters:
      payload - details of the fax message
      Returns:
      IResponse object which can be used to track the status of the notification
      Throws:
      oracle.bpel.services.notification.NotificationServiceException - For any exception
    • sendVoiceNotification

      public IResponseType[] sendVoiceNotification(IVoicePayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
      Sends Voice Notification
      Specified by:
      sendVoiceNotification in interface ICustomNotificationService
      Overrides:
      sendVoiceNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
      Parameters:
      payload - details of the voice message
      Returns:
      IResponse object which can be used to track the status of the notification
      Throws:
      oracle.bpel.services.notification.NotificationServiceException - For any exception
    • sendEmailNotification

      public IResponseType[] sendEmailNotification(IEmailPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
      Sends Email Notification
      Specified by:
      sendEmailNotification in interface ICustomNotificationService
      Overrides:
      sendEmailNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
      Parameters:
      payload - details of the email message
      Returns:
      IResponse object which can be used to track the status of the notification
      Throws:
      oracle.bpel.services.notification.NotificationServiceException - For any exception
    • sendSMSNotification

      public IResponseType[] sendSMSNotification(ISMSPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
      Sends SMS Notification
      Specified by:
      sendSMSNotification in interface ICustomNotificationService
      Overrides:
      sendSMSNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
      Parameters:
      payload - details of the sms message
      Returns:
      IResponse object which can be used to track the status of the notification
      Throws:
      oracle.bpel.services.notification.NotificationServiceException - For any exception
    • sendPagerNotification

      public IResponseType[] sendPagerNotification(IPagerPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
      Sends pager Notification
      Specified by:
      sendPagerNotification in interface ICustomNotificationService
      Overrides:
      sendPagerNotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
      Parameters:
      payload - details of the pager message
      Returns:
      IResponse object which can be used to track the status of the notification
      Throws:
      oracle.bpel.services.notification.NotificationServiceException - For any exception
    • sendURINotification

      public IResponseType[] sendURINotification(IURIPayloadType payload) throws oracle.bpel.services.notification.NotificationServiceException
      Sends URI Notification
      Specified by:
      sendURINotification in interface ICustomNotificationService
      Overrides:
      sendURINotification in class oracle.bpel.services.notification.impl.DefaultNotificationServiceImpl
      Parameters:
      payload - details of the URI message
      Returns:
      IResponse object which can be used to track the status of the notification
      Throws:
      oracle.bpel.services.notification.NotificationServiceException - For any exception