public class ConfirmationCallback extends LabelCallback
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfirmationCallback.ConfirmationType |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_VALUE |
static java.lang.String |
TYPE |
DEFAULT_TIMEOUT, ORDER_COMPARATOR| Constructor and Description |
|---|
ConfirmationCallback() |
ConfirmationCallback(ConfirmationCallback.ConfirmationType type,
java.lang.String label,
int order) |
| Modifier and Type | Method and Description |
|---|---|
ConfirmationCallback.ConfirmationType |
getConfirmationType() |
java.lang.String |
getType() |
java.lang.Boolean |
getValue() |
protected void |
injectRequestAttributes(java.util.Map<java.lang.String,java.lang.String> request) |
protected void |
injectResponseAttributes(java.util.Map<java.lang.String,java.lang.String> result)
Inject values for the response message
|
void |
parseRequestAttributes(java.util.Map<java.lang.String,java.lang.String> attributes) |
void |
parseResponseAttributes(java.util.Map<java.lang.String,java.lang.String> attributes) |
void |
setConfirmationType(ConfirmationCallback.ConfirmationType confirmationType) |
void |
setValue(java.lang.Boolean value) |
getLabelbuildRequestAttributes, buildResponseAttributes, cancel, getOrder, isCanceled, parseIntegerpublic static final java.lang.String TYPE
public static final java.lang.String PROP_VALUE
public ConfirmationCallback()
public ConfirmationCallback(ConfirmationCallback.ConfirmationType type, java.lang.String label, int order)
public ConfirmationCallback.ConfirmationType getConfirmationType()
public void setConfirmationType(ConfirmationCallback.ConfirmationType confirmationType)
public void setValue(java.lang.Boolean value)
public java.lang.Boolean getValue()
public java.lang.String getType()
public void parseRequestAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
parseRequestAttributes in interface CallbackparseRequestAttributes in class LabelCallbackprotected void injectRequestAttributes(java.util.Map<java.lang.String,java.lang.String> request)
injectRequestAttributes in class LabelCallbackpublic void parseResponseAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
parseResponseAttributes in interface CallbackparseResponseAttributes in class AbstractCallbackprotected void injectResponseAttributes(java.util.Map<java.lang.String,java.lang.String> result)
AbstractCallbackOnly non-null values and keys may be inserted!
injectResponseAttributes in class AbstractCallbackresult - the result map which should be filled
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0