Uses of Class
com.helger.phase4.servlet.AS4UnifiedResponse
Packages that use AS4UnifiedResponse
-
Uses of AS4UnifiedResponse in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return AS4UnifiedResponseModifier and TypeMethodDescriptionAS4XServletHandler.createUnifiedResponse(com.helger.http.EHttpVersion eHTTPVersion, com.helger.commons.http.EHttpMethod eHTTPMethod, jakarta.servlet.http.HttpServletRequest aHttpRequest, com.helger.web.scope.IRequestWebScope aRequestScope) Methods in com.helger.phase4.servlet with parameters of type AS4UnifiedResponseModifier and TypeMethodDescriptiondefault voidAS4XServletHandler.IHandlerCustomizer.customizeAfterHandling(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aUnifiedResponse, AS4RequestHandler aHandler) Called after the message was handled, and no exception was thrown.voidAS4XServletHandler.IHandlerCustomizer.customizeBeforeHandling(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aUnifiedResponse, AS4RequestHandler aHandler) Called before the message is handled.voidAS4RequestHandler.handleRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aHttpResponse) This is the main handling routine when called from the Servlet APIprotected voidAS4XServletHandler.handleRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, AS4UnifiedResponse aHttpResponse, IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingSecurityConfiguration aISC, AS4XServletHandler.IHandlerCustomizer aHandlerCustomizer) Handle an incoming request.static IAS4ResponseAbstractionIAS4ResponseAbstraction.wrap(AS4UnifiedResponse aHttpResponse) Create theIAS4ResponseAbstractionfor use withAS4UnifiedResponse.