org.mortbay.jetty.asyncblazeds
Class AsyncMessageBrokerFilter
java.lang.Object
flex.messaging.endpoints.amf.AMFFilter
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 |
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 |
endpoint
protected flex.messaging.endpoints.AbstractEndpoint endpoint
AsyncMessageBrokerFilter
public AsyncMessageBrokerFilter(flex.messaging.endpoints.AbstractEndpoint endpoint)
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.