kr.co.hit.live.context
Class ContextPostProcessor

java.lang.Object
  extended by kr.co.hit.live.context.ContextPostProcessor
All Implemented Interfaces:
ServicePostProcessor

public class ContextPostProcessor
extends Object
implements ServicePostProcessor


Constructor Summary
ContextPostProcessor(ApplicationContext ctx)
           
 
Method Summary
 Object postProcess(Object svcObject, String svcName)
          서비스 컨테이너에서 서비스 객체가 생성될 때 호출된다.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextPostProcessor

public ContextPostProcessor(ApplicationContext ctx)
Method Detail

postProcess

public Object postProcess(Object svcObject,
                          String svcName)
Description copied from interface: ServicePostProcessor
서비스 컨테이너에서 서비스 객체가 생성될 때 호출된다. 서비스 객체의 생성자 또는 Factory를 통한 객체 생성 이후에 호출되며 SetterInjection과 Init-method 이전에 호출된다.

Specified by:
postProcess in interface ServicePostProcessor


Copyright © 2014. All Rights Reserved.