IChannel add(String key, Object value)
key - The data key.value - The data value.<T> T get(String key, Class<T> type) throws NotFoundException, InvalidTypeException
T - The expected type.key - The object name.type - The object type.NotFoundException - If key is not present.InvalidTypeException - If type does not match.Copyright © 2016. All rights reserved.