org.milyn.templating
Class BindTo

java.lang.Object
  extended by org.milyn.templating.BindTo
All Implemented Interfaces:
Usage

public class BindTo
extends Object
implements Usage

BindTo template usage.

Bind the templating result to the specified beanId. The templating result is then available for other puroposes e.g. routing.

Author:
tom.fennelly@jboss.com

Constructor Summary
BindTo(String beanId)
           
 
Method Summary
static BindTo beanId(String beanId)
           
protected  String getBeanId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindTo

public BindTo(String beanId)
Method Detail

getBeanId

protected String getBeanId()

beanId

public static BindTo beanId(String beanId)


Copyright © 2014. All Rights Reserved.