public abstract class CompletionInitiatorCallback extends Callback
Constructor and Description |
---|
CompletionInitiatorCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
An aborted response.
|
abstract void |
committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
A committed response.
|
abstract void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
A SOAP fault response.
|
hasFailed, hasTriggered, setFailed, setTriggered, waitUntilTriggered, waitUntilTriggered
public abstract void aborted(Notification aborted, MAP map, ArjunaContext arjunaContext)
aborted
- The aborted notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void committed(Notification committed, MAP map, ArjunaContext arjunaContext)
committed
- The committed notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void soapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault
- The SOAP fault.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2017 JBoss by Red Hat. All rights reserved.