Exactly.

@Name("binding")
  | @Scope(EVENT)
  | public class Binding {
  | // Do your binding here
  | }

@Name("numberGuess")
  | @Scope(ScopeType.CONVERSATION)
  | public class NumberGuess implements Serializable {
  | 
  |    @In Binding binding
  | 
  |    // Do work on the binding in your method
  | 
  | }

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

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

Reply via email to