Spring BlazeDS Integration

Uses of Class
org.springframework.flex.core.MessageProcessingContext

Packages that use MessageProcessingContext
org.springframework.flex.core Foundational infrastructure for configuring and bootstrapping BlazeDS in a Spring WebApplicationContext. 
org.springframework.flex.security3 Integration support for Spring Security. 
 

Uses of MessageProcessingContext in org.springframework.flex.core
 

Methods in org.springframework.flex.core with parameters of type MessageProcessingContext
 void ResourceHandlingMessageInterceptor.afterCompletion(MessageProcessingContext context, Message inputMessage, Message outputMessage, Exception ex)
          Callback to be invoked when message processing is complete, giving the interceptor a chance to clean up resources.
 Message MessageInterceptor.postProcess(MessageProcessingContext context, Message inputMessage, Message outputMessage)
          Hook for post-processing the outgoing AMF Message
 Message MessageInterceptor.preProcess(MessageProcessingContext context, Message inputMessage)
          Hook for pre-processing the incoming AMF Message
 

Uses of MessageProcessingContext in org.springframework.flex.security3
 

Methods in org.springframework.flex.security3 with parameters of type MessageProcessingContext
 Message PerClientAuthenticationInterceptor.postProcess(MessageProcessingContext context, Message inputMessage, Message outputMessage)
          Hook for post-processing the outgoing AMF Message
 Message LoginMessageInterceptor.postProcess(MessageProcessingContext context, Message inputMessage, Message outputMessage)
          Hook for post-processing the outgoing AMF Message
 Message EndpointInterceptor.postProcess(MessageProcessingContext context, Message inputMessage, Message outputMessage)
          Hook for post-processing the outgoing AMF Message
 Message PerClientAuthenticationInterceptor.preProcess(MessageProcessingContext context, Message inputMessage)
          Hook for pre-processing the incoming AMF Message
 Message LoginMessageInterceptor.preProcess(MessageProcessingContext context, Message inputMessage)
          Hook for pre-processing the incoming AMF Message
 Message EndpointInterceptor.preProcess(MessageProcessingContext context, Message inputMessage)
          Hook for pre-processing the incoming AMF Message
 


Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.