com.alibaba.dubbo.container.spring
Class SpringContainer
java.lang.Object
com.alibaba.dubbo.container.spring.SpringContainer
- All Implemented Interfaces:
- Container
public class SpringContainer
- extends Object
- implements Container
SpringContainer. (SPI, Singleton, ThreadSafe)
- Author:
- william.liangf
Method Summary |
static org.springframework.context.support.ClassPathXmlApplicationContext |
getContext()
|
void |
start()
start. |
void |
stop()
stop. |
SPRING_CONFIG
public static final String SPRING_CONFIG
- See Also:
- Constant Field Values
DEFAULT_SPRING_CONFIG
public static final String DEFAULT_SPRING_CONFIG
- See Also:
- Constant Field Values
SpringContainer
public SpringContainer()
getContext
public static org.springframework.context.support.ClassPathXmlApplicationContext getContext()
start
public void start()
- Description copied from interface:
Container
- start.
- Specified by:
start
in interface Container
stop
public void stop()
- Description copied from interface:
Container
- stop.
- Specified by:
stop
in interface Container
Copyright © 2012–2017 Alibaba. All rights reserved.