public final class PipeConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION
Configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static IChannel |
bind(IChannel channel,
IConfiguration obj)
Bind the object to the channel.
|
static IConfiguration |
lookup(IChannel channel)
Get the configuration from channel.
|
public static final String CONFIGURATION
public static IChannel bind(IChannel channel, IConfiguration obj)
channel - The channel.obj - The object.public static IConfiguration lookup(IChannel channel) throws NotFoundException, InvalidTypeException
channel - The channel.NotFoundException - On lookup errors.InvalidTypeException - On typing errors.Copyright © 2016. All rights reserved.