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
    • Constructor Detail

      • ServiceRegistryTargetSource

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

        Constructor for ServiceRegistryTargetSource.

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

      • createObject

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