@ThreadSafe public final class SOAPHeaderElementProcessorRegistry extends com.helger.scope.singleton.AbstractGlobalSingleton
ISOAPHeaderElementProcessor.| Constructor and Description |
|---|
SOAPHeaderElementProcessorRegistry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHeaderElementProcessor(QName aQName) |
com.helger.commons.collection.impl.ICommonsOrderedMap<QName,ISOAPHeaderElementProcessor> |
getAllElementProcessors() |
ISOAPHeaderElementProcessor |
getHeaderElementProcessor(QName aQName) |
static SOAPHeaderElementProcessorRegistry |
getInstance() |
void |
registerHeaderElementProcessor(QName aQName,
ISOAPHeaderElementProcessor aProcessor) |
getAllGlobalSingletons, getGlobalSingleton, getGlobalSingletonIfInstantiated, isGlobalSingletonInstantiatedgetAllSingletons, getSingleton, getSingletonIfInstantiated, getSingletonScopeKey, isDestroyed, isInDestruction, isInInstantiation, isInPreDestruction, isInstantiated, isSingletonInstantiated, isUsableObject, onAfterInstantiation, onBeforeDestroy, onBeforeScopeDestruction, onDestroy, onScopeDestruction, readAbstractSingletonFields, setDestroyed, setInDestruction, setInInstantiation, setInPreDestruction, setInstantiated, toString, writeAbstractSingletonFields@Deprecated @UsedViaReflection public SOAPHeaderElementProcessorRegistry()
@Nonnull public static SOAPHeaderElementProcessorRegistry getInstance()
public void registerHeaderElementProcessor(@Nonnull QName aQName, @Nonnull ISOAPHeaderElementProcessor aProcessor)
@Nullable public ISOAPHeaderElementProcessor getHeaderElementProcessor(@Nullable QName aQName)
public boolean containsHeaderElementProcessor(@Nullable QName aQName)
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsOrderedMap<QName,ISOAPHeaderElementProcessor> getAllElementProcessors()
Copyright © 2015–2019 Philip Helger. All rights reserved.