public class ProcessFrameworkHandler
extends org.opensaml.messaging.handler.AbstractMessageHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_VERSION
Default Framework version.
|
private String |
expectedVersion
The expected version value.
|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
ProcessFrameworkHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInvoke(org.opensaml.messaging.context.MessageContext messageContext) |
String |
getExpectedVersion()
Get the expected version value.
|
protected org.openliberty.xmltooling.soapbinding.Framework |
getFramework(org.opensaml.messaging.context.MessageContext messageContext)
Get message Action header.
|
void |
setExpectedVersion(String version)
Set the expected version value.
|
doPostInvoke, doPostInvoke, doPreInvoke, getActivationCondition, getLogPrefix, invoke, setActivationConditiondestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitializedpublic static final String DEFAULT_VERSION
private org.slf4j.Logger log
private String expectedVersion
@Nullable public String getExpectedVersion()
Defaults to: DEFAULT_VERSION
public void setExpectedVersion(@Nullable String version)
Defaults to: DEFAULT_VERSION
version - the new version valueprotected void doInvoke(org.opensaml.messaging.context.MessageContext messageContext)
throws org.opensaml.messaging.handler.MessageHandlerException
doInvoke in class org.opensaml.messaging.handler.AbstractMessageHandlerorg.opensaml.messaging.handler.MessageHandlerExceptionprotected org.openliberty.xmltooling.soapbinding.Framework getFramework(@Nonnull org.opensaml.messaging.context.MessageContext messageContext)
messageContext - the current message contextCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.