[jboss-user] [EJB 3.0] - Re: Parameters by context
Andre1001
do-not-reply at jboss.com
Wed Aug 15 15:25:44 EDT 2007
The API says about InvocationContext class:
"Essentially we can carry ANYTHING from the client to the server, we keep a series of redifined variables and method calls to get at the pointers. But really it is just a repository of objects."
http://docs.huihoo.com/javadoc/jboss/4.0.1-sp1/server/org/jboss/invocation/InvocationContext.html
How can I accomplish this!?
Binding parameters into the context and adding an interceptor in order to inject the parameter!?
context.bind("lingua", "portugues");
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074560#4074560
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074560
More information about the jboss-user
mailing list