org.ow2.petals.component.framework.api.notification
Interface NotificationConsumer

All Superinterfaces:
NotificationActor

public interface NotificationConsumer
extends NotificationActor

Author:
Frederic Gardes

Method Summary
 com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType getNotificationConsumerSOAParameter()
          Get the NotificationConsumerReference SOAParameter into the wsdl
 void notify(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify)
          notify from the publisher to the broker
 
Methods inherited from interface org.ow2.petals.component.framework.api.notification.NotificationActor
getWsdl
 

Method Detail

notify

void notify(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify)
            throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
                   javax.jbi.messaging.MessagingException,
                   PEtALSCDKException
notify from the publisher to the broker

Parameters:
notify - The notify
Throws:
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
javax.jbi.messaging.MessagingException
PEtALSCDKException

getNotificationConsumerSOAParameter

com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType getNotificationConsumerSOAParameter()
                                                                                                          throws org.ow2.easywsdl.wsdl.api.WSDLException,
                                                                                                                 com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
                                                                                                                 com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
                                                                                                                 com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
Get the NotificationConsumerReference SOAParameter into the wsdl

Returns:
The NotificationConsumerReference SOAParameter
Throws:
org.ow2.easywsdl.wsdl.api.WSDLException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.