public class EndpointServiceMessagePointcutAdvisor extends StaticMethodMatcherPointcutAdvisor implements EndpointAdvisor
AbstractEndpoint.serviceMessage(Message).
This is the critical point where incoming AMF messages have been deserialized and are ready to be routed to a BlazeDS
Service. Iterception at this point in the deserialization/serialization process is needed to be able to
easily send proper AMF error messages back to the client.
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCETRUE| Constructor and Description |
|---|
EndpointServiceMessagePointcutAdvisor(org.aopalliance.aop.Advice advice) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Method m,
Class<?> c) |
getAdvice, getOrder, getPointcut, isPerInstance, setAdvice, setOrdergetClassFilter, getMethodMatcher, setClassFilterisRuntime, matchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdvice, isPerInstancepublic EndpointServiceMessagePointcutAdvisor(org.aopalliance.aop.Advice advice)
public boolean matches(Method m, Class<?> c)
matches in interface MethodMatcherCopyright © 2014. All rights reserved.