public class DefaultClientInfoResolver extends java.lang.Object implements ClientInfoResolver
| Constructor and Description |
|---|
DefaultClientInfoResolver() |
| Modifier and Type | Method and Description |
|---|---|
ClientInfo |
resolveFrom(org.aspectj.lang.JoinPoint joinPoint,
java.lang.Object retVal)
Resolve the ClientInfo from the provided arguments and return value.
|
public ClientInfo resolveFrom(org.aspectj.lang.JoinPoint joinPoint, java.lang.Object retVal)
ClientInfoResolverresolveFrom in interface ClientInfoResolverjoinPoint - the point where the join occurred.retVal - the return value from the method call.Copyright © 2007-2017 Apereo. All Rights Reserved.