public class CompletionInitiatorProcessor extends BaseNotificationProcessor
BaseProcessor.CallbackExecutor, BaseProcessor.CallbackExecutorAdapter| Constructor and Description |
|---|
CompletionInitiatorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static CompletionInitiatorProcessor |
getProcessor()
Get the processor singleton.
|
void |
handleAborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle an aborted response.
|
void |
handleCommitted(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle a committed response.
|
void |
handleSoapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle a SOAP fault response.
|
void |
registerCallback(String instanceIdentifier,
CompletionInitiatorCallback callback)
Register a callback for the specific instance identifier.
|
getIDshandleCallbacks, register, removeCallbackpublic static CompletionInitiatorProcessor getProcessor()
public void handleAborted(Notification aborted, MAP map, ArjunaContext arjunaContext)
aborted - The aborted notification.map - The addressing context.arjunaContext - The arjuna context.public void handleCommitted(Notification committed, MAP map, ArjunaContext arjunaContext)
committed - The committed notification.map - The addressing context.arjunaContext - The arjuna context.public void handleSoapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault - The SOAP fault.map - The addressing context.arjunaContext - The arjuna context.public void registerCallback(String instanceIdentifier, CompletionInitiatorCallback callback)
instanceIdentifier - The instance identifier.callback - The callback for the response.Copyright © 2018 JBoss by Red Hat. All rights reserved.