org.milyn.javabean
Class BindingAppender

java.lang.Object
  extended by 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

Constructor Summary
BindingAppender(String beanId)
          Public constructor.
 
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
 

Constructor Detail

BindingAppender

public BindingAppender(String beanId)
Public constructor.

Parameters:
beanId - Bean Id.
Method Detail

getBeanId

public String getBeanId()
Get the beanId of this Bean configuration.

Returns:
The beanId of this Bean configuration.


Copyright © 2018. All rights reserved.