public interface Binding
| Modifier and Type | Method and Description |
|---|---|
String |
getBindingID()
Get the BindingId of this binding instance
|
List<Handler> |
getHandlerChain()
Get the list of handlers that are associated with this binding instance
|
void |
setHandlerChain(List<Handler> list)
Set's the list of handlers for this binding instance
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.