public final class AS4Handler extends Object implements AutoCloseable
| Constructor and Description |
|---|
AS4Handler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Locale |
getLocale() |
void |
handleRequest(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope,
AS4Response aHttpResponse) |
static boolean |
isDebug() |
static void |
setDebug(boolean bDebug)
Enable or disable debug mode.
|
AS4Handler |
setLocale(Locale aLocale) |
public static boolean isDebug()
true if internal debugging is enabled,
false otherwise.public static void setDebug(boolean bDebug)
bDebug - true to enable it, false to disable it.public void close()
close in interface AutoCloseable@Nonnull public AS4Handler setLocale(@Nonnull Locale aLocale)
public void handleRequest(@Nonnull com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, @Nonnull AS4Response aHttpResponse) throws com.helger.as4.servlet.BadRequestException, IOException, javax.mail.MessagingException, org.apache.wss4j.common.ext.WSSecurityException
com.helger.as4.servlet.BadRequestExceptionIOExceptionjavax.mail.MessagingExceptionorg.apache.wss4j.common.ext.WSSecurityExceptionCopyright © 2015–2019 Philip Helger. All rights reserved.