|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sender
Notification messages sender API.
| Method Summary | |
|---|---|
javax.jbi.component.ComponentContext |
getComponentContext()
Return the sender related JBI component context |
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse |
send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration)
Deprecated. notifications without managers |
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse |
send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration,
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType soaParameterType)
|
void |
send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify,
com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType consumerReference)
Send a notify on a consumerReference |
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse |
send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
Send a RegisterPublisher payload to the broker. |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse |
send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
Send a subscribe request asynchronously to the notification broker (aka SE-Notif) hardcoded Subscription manager interface |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse |
send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe,
QName targetServName,
String targetEpName)
Send a subscribe request asynchronously to the provided service endpoint (denoted by the given service name and endpoint name) |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse |
send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
|
| Method Detail |
|---|
javax.jbi.component.ComponentContext getComponentContext()
@Deprecated
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration)
throws javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
PEtALSCDKException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration,
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType soaParameterType)
throws javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
PEtALSCDKException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
throws javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
PEtALSCDKException
RegisterPublisher payload to the broker.
registerPublisher -
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe,
QName targetServName,
String targetEpName)
throws javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
PEtALSCDKException
subscribe - a subscribe request java objecttargetServName - a targeted service QName (must be not null)targetEpName - a targeted endpoint name (must be not null and not empty)
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
throws javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
PEtALSCDKException
subscribe - a subscribe request java object
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
PEtALSCDKException
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
throws javax.jbi.messaging.MessagingException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
PEtALSCDKException
javax.jbi.messaging.MessagingException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
PEtALSCDKException
void send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify,
com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType consumerReference)
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException,
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
javax.jbi.messaging.MessagingException,
PEtALSCDKException
notify - The notify to sendconsumerReference - The reference to send to
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
javax.jbi.messaging.MessagingException
PEtALSCDKException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||