public interface CoordinatorCompletionCoordinatorInboundEvents
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled(NotificationType cancelled,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
cannotComplete(NotificationType cannotComplete,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the cannotComplete event.
|
void |
closed(NotificationType closed,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
compensated(NotificationType compensated,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
completed(NotificationType completed,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
exit(NotificationType exit,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
fail(ExceptionType fail,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
getStatus(NotificationType getStatus,
org.jboss.ws.api.addressing.MAP map,
ArjunaContext arjunaContext)
Handle the getStatus 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 cancelled(NotificationType cancelled, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
cancelled - The cancelled notification.map - The addressing context.arjunaContext - The arjuna context.void closed(NotificationType closed, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
closed - The closed notification.map - The addressing context.arjunaContext - The arjuna context.void compensated(NotificationType compensated, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
compensated - The compensated notification.map - The addressing context.arjunaContext - The arjuna context.void completed(NotificationType completed, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
completed - The completed notification.map - The addressing context.arjunaContext - The arjuna context.void exit(NotificationType exit, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
exit - The exit notification.map - The addressing context.arjunaContext - The arjuna context.void fail(ExceptionType fail, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
fail - The fail exception.map - The addressing context.arjunaContext - The arjuna context.void cannotComplete(NotificationType cannotComplete, org.jboss.ws.api.addressing.MAP map, ArjunaContext arjunaContext)
cannotComplete - The cannotComplete 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.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 © 2014 JBoss by Red Hat. All rights reserved.