kr.co.hit.live.context
Class ContextPostProcessor
java.lang.Object
kr.co.hit.live.context.ContextPostProcessor
- All Implemented Interfaces:
- ServicePostProcessor
public class ContextPostProcessor
- extends Object
- implements ServicePostProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextPostProcessor
public ContextPostProcessor(ApplicationContext ctx)
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.