flex.messaging.endpoints.amf
Class AMFFilter

java.lang.Object
  extended by flex.messaging.endpoints.amf.AMFFilter
Direct Known Subclasses:
BatchProcessFilter, LegacyFilter, MessageBrokerFilter, SerializationFilter, SessionFilter

public abstract class AMFFilter
extends Object

Filters perform pre- and post-processing duties on the ActionContext, which contains the message/invocation as well as conextual information about it, following the standard pipe-and-filter design pattern.


Constructor Summary
AMFFilter()
           
 
Method Summary
 AMFFilter getNext()
           
abstract  void invoke(ActionContext context)
          The core business method.
 void setNext(AMFFilter next)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMFFilter

public AMFFilter()
Method Detail

setNext

public void setNext(AMFFilter next)

getNext

public AMFFilter getNext()

invoke

public abstract void invoke(ActionContext context)
                     throws IOException
The core business method.

Throws:
IOException


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/endpoints/amf/AMFFilter.html