public class SimpleApiConfig extends Object implements org.springframework.context.Lifecycle, org.springframework.context.ApplicationContextAware, ApiConfig, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
SimpleApiConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ApiManagementConfiguration |
getConfiguration() |
String |
getUrl() |
boolean |
isRunning() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setUrl(String url) |
void |
start() |
void |
stop() |
public ApiManagementConfiguration getConfiguration()
getConfiguration in interface ApiConfigpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void start()
start in interface org.springframework.context.Lifecyclepublic void stop()
stop in interface org.springframework.context.Lifecyclepublic boolean isRunning()
isRunning in interface org.springframework.context.Lifecyclepublic String getUrl()
public void setUrl(String url)
Copyright © 2021. All Rights Reserved.