public abstract class ResubmitActionProvider extends ActionProvider
Constructor and Description |
---|
ResubmitActionProvider() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
This method returns the name of the action.
|
abstract boolean |
isResubmitSupported(String service,
String operation)
This method determines whether this provider support's a resubmit of the
supplied service operation.
|
abstract void |
resubmit(String service,
String operation,
MessageBean message)
This method resubmits the supplied message to the target service
and operation.
|
public String getName()
getName
in class ActionProvider
public abstract boolean isResubmitSupported(String service, String operation) throws UiException
service
- The serviceoperation
- The operationUiException
- Failed to test if service operation can be resubmittedpublic abstract void resubmit(String service, String operation, MessageBean message) throws UiException
service
- The serviceoperation
- The operationmessage
- The messageUiException
- Failed to resubmit the messageCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.