|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationProducer
The Producer of notification into the bus
| Method Summary | |
|---|---|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetCurrentMessageResponse |
getCurrentMessage(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetCurrentMessage getCurrentMessage)
Provide the current message |
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType |
getNotificationProducerSOAParameter()
Get the NotificationProducer SOAParameter into the wsdl |
NotifyController |
getNotifyController()
Get the notifyController |
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType |
getSubscriptionManagerSOAParameter()
Get the SubscriptionManagerReference SOAParameter into the wsdl |
Map<com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType,com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe> |
getSubscriptionMap()
Get the subscriptionMap |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.RenewResponse |
renew(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Renew renew)
Manage the renew on a subscription from a consumer or a broker |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse |
subscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
Manage the subscription from a consumer or a broker |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse |
unsubscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
Manage the unsubscription from a consumer or a broker |
| Methods inherited from interface org.ow2.petals.component.framework.api.notification.NotificationActor |
|---|
getWsdl |
| Method Detail |
|---|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse subscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
throws PEtALSCDKException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
org.ow2.easywsdl.wsdl.api.WSDLException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.service.fault.WSNotificationFault,
XPathExpressionException,
TransformerFactoryConfigurationError,
TransformerException,
ParserConfigurationException
Subscribe - The subscribe to process
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
org.ow2.easywsdl.wsdl.api.WSDLException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.service.fault.WSNotificationFault
ParserConfigurationException
TransformerException
TransformerFactoryConfigurationError
XPathExpressionExceptioncom.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetCurrentMessageResponse getCurrentMessage(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetCurrentMessage getCurrentMessage)
getCurrentMessage - The getCurrentMessage to processcom.ebmwebsourcing.wsstar.notification.definition.basenotification.api.RenewResponse renew(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Renew renew)
renew - The renew to process
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse unsubscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
throws PEtALSCDKException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException,
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.service.fault.WSNotificationFault
unsubscribe - The unsubscribe to process
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.service.fault.WSNotificationFault
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType getNotificationProducerSOAParameter()
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
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
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType getSubscriptionManagerSOAParameter()
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
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.WSAddressingExceptionMap<com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType,com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe> getSubscriptionMap()
NotifyController getNotifyController()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||