Yes

@Name("numberGuess")
  | @Scope(ScopeType.CONVERSATION)
  | public class NumberGuess implements Serializable {
  | 
  |    @In(create=true) @Out Binding binding;
  | 
  |    @Create
  |    public void createBinding() {
  |       binding.setFoo("bar");
  |    }
  | 
  |    // Do work on the binding in your method
  | 
  | }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039911#4039911

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039911
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to