|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncSender
An asynchronous notification sender. The response are handled in a
StatusListener attached to the implementation.
| Method Summary | |
|---|---|
void |
abort()
Abort all the current tasks... |
boolean |
isStopped()
Check if the sender as been stopped (via abort method). |
void |
send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration)
Deprecated. notifications without managers |
void |
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)
|
void |
send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
Send a RegisterPublisher payload to the broker. |
void |
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 |
void |
send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe,
QName servName,
String epName)
Send a subscribe request asynchronously to the provided service endpoint (denoted by the given service name and endpoint name) |
void |
send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
|
| Method Detail |
|---|
@Deprecated
void send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration)
throws PEtALSCDKException
PEtALSCDKException
void send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration destroyRegistration,
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType soaParameterType)
throws PEtALSCDKException
destroyRegistration - soaParameterType -
PEtALSCDKException
void send(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher registerPublisher)
throws PEtALSCDKException
RegisterPublisher payload to the broker.
registerPublisher -
PEtALSCDKException
void send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe)
throws PEtALSCDKException
subscribe - a subscribe request java object
PEtALSCDKException
void send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe subscribe,
QName servName,
String epName)
subscribe - a subscribe request java objectservName - a targeted service QName (must be not null)epName - a targeted endpoint name (must be not null and not empty)
void send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe unsubscribe)
throws PEtALSCDKException
unsubscribe -
PEtALSCDKException
void send(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Notify notify,
com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType consumerReference)
throws PEtALSCDKException
notify - consumerReference -
PEtALSCDKException
void abort()
throws PEtALSCDKException
PEtALSCDKExceptionboolean isStopped()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||