org.mortbay.jetty.asyncblazeds
Class AsyncMessageBrokerFilter

java.lang.Object
  extended by flex.messaging.endpoints.amf.AMFFilter
      extended by org.mortbay.jetty.asyncblazeds.AsyncMessageBrokerFilter

public class AsyncMessageBrokerFilter
extends flex.messaging.endpoints.amf.AMFFilter

A simple bridge between the encoding/decoding functionality of the AMF endpoint and the MessageBroker: this last filter in the chain returns the message to the MessageBroker, which will then locate the correct service to handle the message.


Field Summary
protected  flex.messaging.endpoints.AbstractEndpoint endpoint
           
 
Fields inherited from class flex.messaging.endpoints.amf.AMFFilter
next
 
Constructor Summary
AsyncMessageBrokerFilter(flex.messaging.endpoints.AbstractEndpoint endpoint)
           
 
Method Summary
 void invoke(flex.messaging.io.amf.ActionContext context)
           
 
Methods inherited from class flex.messaging.endpoints.amf.AMFFilter
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoint

protected flex.messaging.endpoints.AbstractEndpoint endpoint
Constructor Detail

AsyncMessageBrokerFilter

public AsyncMessageBrokerFilter(flex.messaging.endpoints.AbstractEndpoint endpoint)
Method Detail

invoke

public void invoke(flex.messaging.io.amf.ActionContext context)
Specified by:
invoke in class flex.messaging.endpoints.amf.AMFFilter


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.