public final class AS4XServletHandler extends Object implements com.helger.xservlet.handler.simple.IXServletSimpleHandler
WEB-INF/web.xm
file:
<servlet> <servlet-name>AS4Servlet</servlet-name> <servlet-class>com.helger.as4.servlet.AS4Servlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>AS4Servlet</servlet-name> <url-pattern>/as4</url-pattern> </servlet-mapping>
| Constructor and Description |
|---|
AS4XServletHandler() |
| Modifier and Type | Method and Description |
|---|---|
AS4Response |
createUnifiedResponse(com.helger.http.EHttpVersion eHTTPVersion,
com.helger.commons.http.EHttpMethod eHTTPMethod,
javax.servlet.http.HttpServletRequest aHttpRequest,
com.helger.web.scope.IRequestWebScope aRequestScope) |
void |
handleRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
com.helger.servlet.response.UnifiedResponse aUnifiedResponse) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Nonnull public AS4Response createUnifiedResponse(@Nonnull com.helger.http.EHttpVersion eHTTPVersion, @Nonnull com.helger.commons.http.EHttpMethod eHTTPMethod, @Nonnull javax.servlet.http.HttpServletRequest aHttpRequest, @Nonnull com.helger.web.scope.IRequestWebScope aRequestScope)
createUnifiedResponse in interface com.helger.xservlet.handler.simple.IXServletSimpleHandlerpublic void handleRequest(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull com.helger.servlet.response.UnifiedResponse aUnifiedResponse) throws Exception
handleRequest in interface com.helger.xservlet.handler.simple.IXServletSimpleHandlerExceptionCopyright © 2015–2019 Philip Helger. All rights reserved.