org.fusesource.bai.simple.blueprint
Class HelloBean

java.lang.Object
  extended by org.fusesource.bai.simple.blueprint.HelloBean
All Implemented Interfaces:
Hello

public class HelloBean
extends java.lang.Object
implements Hello

A bean which we use in the route


Constructor Summary
HelloBean()
           
 
Method Summary
 java.lang.String getSay()
           
 java.lang.String hello()
           
 void setSay(java.lang.String say)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloBean

public HelloBean()
Method Detail

hello

public java.lang.String hello()
Specified by:
hello in interface Hello

getSay

public java.lang.String getSay()

setSay

public void setSay(java.lang.String say)


Copyright © 2013 Red Hat. All Rights Reserved.