public interface ParticipantCompletionParticipantInboundEvents
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(NotificationType cancel,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
close(NotificationType close,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
compensate(NotificationType compensate,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
exited(NotificationType exited,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
failed(NotificationType failed,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
getStatus(NotificationType getStatus,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
notCompleted(NotificationType notCompleted,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
soapFault(SoapFault soapFault,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
status(StatusType status,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void cancel(NotificationType cancel, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
cancel - The cancel notification.map - The addressing context.arjunaContext - The arjuna context.void close(NotificationType close, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
close - The close notification.map - The addressing context.arjunaContext - The arjuna context.void compensate(NotificationType compensate, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
compensate - The compensate notification.map - The addressing context.arjunaContext - The arjuna context.void exited(NotificationType exited, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
exited - The exited notification.map - The addressing context.arjunaContext - The arjuna context.void failed(NotificationType failed, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
failed - The failed notification.map - The addressing context.arjunaContext - The arjuna context.void notCompleted(NotificationType notCompleted, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
notCompleted - The not completed notification.map - The addressing context.arjunaContext - The arjuna context.void getStatus(NotificationType getStatus, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
getStatus - The getStatus notification.map - The addressing context.arjunaContext - The arjuna context.void status(StatusType status, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
status - The status type.map - The addressing context.arjunaContext - The arjuna context.void soapFault(SoapFault soapFault, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
soapFault - The soap fault.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2016 JBoss by Red Hat. All rights reserved.