org.milyn.javabean
Class BindingAppender
java.lang.Object
org.milyn.javabean.BindingAppender
- All Implemented Interfaces:
- org.milyn.delivery.VisitorAppender
- Direct Known Subclasses:
- Bean, Value
public abstract class BindingAppender
- extends Object
- implements org.milyn.delivery.VisitorAppender
Abstract Binding Appender.
- Author:
- tom.fennelly@gmail.com
|
Method Summary |
String |
getBeanId()
Get the beanId of this Bean configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.milyn.delivery.VisitorAppender |
addVisitors |
BindingAppender
public BindingAppender(String beanId)
- Public constructor.
- Parameters:
beanId - Bean Id.
getBeanId
public String getBeanId()
- Get the beanId of this Bean configuration.
- Returns:
- The beanId of this Bean configuration.
Copyright © 2018. All rights reserved.