@Component
public class OmsEndpointConfigure
extends javax.websocket.server.ServerEndpointConfig.Configurator
implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
OmsEndpointConfigure() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
getEndpointInstance(Class<T> clazz) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic <T> T getEndpointInstance(Class<T> clazz) throws InstantiationException
getEndpointInstance 在类中 javax.websocket.server.ServerEndpointConfig.ConfiguratorInstantiationExceptionCopyright © 2023. All rights reserved.