
public final class EndpointServlet
extends javax.servlet.http.HttpServlet
implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
EndpointServlet() |
| Modifier and Type | Method and Description |
|---|---|
HttpTransport |
getHttpTransport() |
UriMessagingContainerRegistry |
getUriMessagingContainerRegistry() |
void |
init(javax.servlet.ServletConfig servletConfig) |
protected void |
service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setHttpTransport(HttpTransport httpTransport) |
void |
setUriMessagingContainerRegistry(UriMessagingContainerRegistry uriMessagingContainerRegistry) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws javax.servlet.ServletException,
IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic UriMessagingContainerRegistry getUriMessagingContainerRegistry()
public void setUriMessagingContainerRegistry(UriMessagingContainerRegistry uriMessagingContainerRegistry)
public HttpTransport getHttpTransport()
public void setHttpTransport(HttpTransport httpTransport)
Copyright © 2017. All rights reserved.