org.jboss.seam.remoting
Class MessageMarshaller
java.lang.Object
org.jboss.seam.remoting.MessageMarshaller
@ApplicationScoped
@Requires(value="org.jboss.seam.international.status.Messages")
public class MessageMarshaller
- extends Object
This event observer writes any queued messages to the response header. It requires the Seam International
module to be present.
- Author:
- Shane Bryzak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageMarshaller
public MessageMarshaller()
marshalMessages
public static void marshalMessages(@Observes
WriteHeaderEvent event,
Messages msgs)
throws IOException
- Throws:
IOException
Copyright © 2011 Seam Framework. All Rights Reserved.