Class ServiceRegistryTargetSource

  • All Implemented Interfaces:
    org.springframework.aop.TargetClassAware, org.springframework.aop.TargetSource

    public class ServiceRegistryTargetSource
    extends org.springframework.aop.target.AbstractLazyCreationTargetSource
    ServiceRegistryTargetSource
    Version:
    $Id: $
    Author:
    brozow
    • Field Summary

      • Fields inherited from class org.springframework.aop.target.AbstractLazyCreationTargetSource

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceRegistryTargetSource​(ServiceRegistry serviceRegistry, java.lang.String filter, java.lang.Class<?> serviceInterface)
      Constructor for ServiceRegistryTargetSource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object createObject()
      • Methods inherited from class org.springframework.aop.target.AbstractLazyCreationTargetSource

        getTarget, getTargetClass, isInitialized, isStatic, releaseTarget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceRegistryTargetSource

        public ServiceRegistryTargetSource​(ServiceRegistry serviceRegistry,
                                           java.lang.String filter,
                                           java.lang.Class<?> serviceInterface)

        Constructor for ServiceRegistryTargetSource.

        Parameters:
        serviceRegistry - a ServiceRegistry object.
        filter -
        serviceInterface - a Class object.
    • Method Detail

      • createObject

        protected java.lang.Object createObject()
                                         throws java.lang.Exception
        Specified by:
        createObject in class org.springframework.aop.target.AbstractLazyCreationTargetSource
        Throws:
        java.lang.Exception