Spring BlazeDS Integration

Uses of Interface
org.springframework.flex.core.ExceptionTranslator

Packages that use ExceptionTranslator
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 ExceptionTranslator in org.springframework.flex.core
 

Methods in org.springframework.flex.core that return types with arguments of type ExceptionTranslator
 Set<ExceptionTranslator> ExceptionTranslationAdvice.getExceptionTranslators()
          Returns the set of provided exception translators
 

Method parameters in org.springframework.flex.core with type arguments of type ExceptionTranslator
 void ExceptionTranslationAdvice.setExceptionTranslators(Set<ExceptionTranslator> translators)
          Sets the provided exception translators
 

Uses of ExceptionTranslator in org.springframework.flex.security3
 

Classes in org.springframework.flex.security3 that implement ExceptionTranslator
 class SecurityExceptionTranslator
          Translates SpringSecurityExceptions to appropriate BlazeDS SecurityExceptions.
 

Methods in org.springframework.flex.security3 that return types with arguments of type ExceptionTranslator
 Set<ExceptionTranslator> FlexAuthenticationEntryPoint.getExceptionTranslators()
           
 

Method parameters in org.springframework.flex.security3 with type arguments of type ExceptionTranslator
 void FlexAuthenticationEntryPoint.setExceptionTranslators(Set<ExceptionTranslator> exceptionTranslators)
           
 


Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.