-
Deprecated InterfacesInterfaceDescriptionsince 4.2.0
-
Deprecated ClassesClassDescriptionsince 4.2.0since 4.2.0since 4.2.0since 3.10.2since 3.0.0 consider using
ThrowExceptionService
instead which will give you a better exception message.Use ConfiguredXpathQuery with %message{metadata} syntax to extract XPath from metadata.Use ConfiguredXpathQueryImpl with %message{metadata} syntax to extract XPath from metadata.Use MultiItemConfiguredXpathQuery with %message{metadata} syntax to extract XPath from metadata.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionsince 3.0.6 use
InterlokMessage.addObjectHeader(Object, Object)
instead.since 3.0.6 useInterlokMessage.headersContainsKey(String)
instead.since 3.0.6 use {InterlokMessage.getContentEncoding()
instead.since 3.0.6 useInterlokMessage.getObjectHeaders()
instead.since 3.0.6 use {InterlokMessage.getContent()
instead.since 3.0.6 use {InterlokMessage.setContentEncoding(String)
instead.since 4.5.0 because it is poorly named since it is only additive; useAdaptrisMessage.addMetadata(Collection)
instead.you should useAdaptrisMessage.setStringPayload(String, String)
and formally declare the encoding you wish to use for this string; since 2.9.3since 3.0.6 UseInterlokMessage.setContent(String, String)
since 3.11.0 use MessageHelper#copyPayload(AdaptrisMessage, AdaptrisMessage) instead.useConfigPreProcessorImpl.getProperties()
instead.useConfigPreProcessorImpl.setProperties(Properties)
instead.useBootstrapProperties.getConfigManager()
to create an AdapterManagerMBean instead.since 3.11.0 use {ConfigurationCheckRunner.runChecks(BootstrapProperties)
instead as UnifiedBootstrap is ignored.since 3.6.2 sinceMessageEventGenerator#isConfirmation()
is deprecatedsince 3.6.2 sinceMessageEventGenerator#isConfirmation()
is deprecatedsince 3.6.2 sinceMessageEventGenerator#isConfirmation()
is deprecatedsince 3.6.2 sinceMessageEventGenerator#isConfirmation()
is deprecatedsince 3.7.0 useAdapterComponentCheckerMBean.applyService(String, SerializableMessage, boolean)
instead.since 3.0.0, useAdapterComponentMBean.requestClose(long)
instead.since 3.0.0, useAdapterComponentMBean.requestInit(long)
instead.since 3.0.0, useAdapterComponentMBean.requestRestart(long)
instead.since 3.0.0, useAdapterComponentMBean.requestStart(long)
instead.since 3.0.0, useAdapterComponentMBean.requestStop(long)
instead.since 3.6.1 get it viaAdapterRegistryMBean.getBuilder(Properties)
instead.since 3.6.1 get it viaAdapterRegistryMBean.getBuilder(Properties)
instead.since 3.6.1since 3.6.1 get it viaAdapterRegistryMBean.getBuilder(ObjectName)
instead.since 3.4.1; useStandardMessageErrorDigesterJmxMBean.remove(MessageDigestErrorEntry, boolean)
instead.since 3.4.1; useStandardMessageErrorDigesterJmxMBean.remove(String, boolean)
instead.since 3.0.5 useMessageProcessor.processAsync(com.adaptris.interlok.types.SerializableMessage)
instead.since 3.0.5 useMessageProcessor.process(com.adaptris.interlok.types.SerializableMessage)
instead.useServiceExceptionHandler.throwExceptionAsRequired()
instead.since 3.11.0 usecom.adaptris.interlok.util.Closer#closeQuietly(Closeable)
instead.will be removed w/o warning since it has no meaning sincedestination
was removed.will be removed w/o warning since it has no meaning sincedestination
was removed.will be removed w/o warning since it has no meaning sincedestination
was removed.will be removed w/o warning since it has no meaning sincedestination
was removed.just ms msg.resolve() instead.Consider usingXmlHelper.createDocument(AdaptrisMessage, NamespaceContext)
instead.since 3.1.0 use {XmlHelper.createDocument(AdaptrisMessage, DocumentBuilderFactoryBuilder)
instead.since 3.1.0 use {XmlHelper.createDocument(AdaptrisMessage, DocumentBuilderFactoryBuilder)
instead.since 3.1.0 use {XmlHelper.createDocument(String, DocumentBuilderFactoryBuilder)
instead.since 3.1.0 use {XmlHelper.createDocument(String, DocumentBuilderFactoryBuilder)
instead.since 3.1.0 use {XmlHelper.createDocument(String, DocumentBuilderFactoryBuilder)
instead.Consider usingXmlHelper.createXmlUtils(AdaptrisMessage, NamespaceContext)
instead.since 3.1.0 use {XmlHelper.createDocument(AdaptrisMessage, DocumentBuilderFactoryBuilder)
instead.since 4.5.0 as naming is hard and it should always have beenKeystoreLocation.getKeystoreType()
since 3.10, useBase64
instead.since 3.10, useBase64
instead.You should useXmlTransformerFactory.createTransformerFromUrl(String)
insteadYou should useXmlTransformerFactory.createTransformerFromUrl(String, EntityResolver)
insteadsince 3.6.5, XSLT 3.0 has eliminated all "recoverable errors" from the specification. If you are using a previous version of saxon or xalan then this will still have an effect.since 3.6.5, XSLT 3.0 has eliminated all "recoverable errors" from the specification. If you are using a previous version of saxon or xalan then this will still have an effect.
-
Deprecated ConstructorsConstructorDescriptionsince 3.10.1 with no replacement (use
AccessToken.withExpiry(String)
) instead.since 3.10.1 with no replacement (useAccessToken.withExpiry(String)
) instead.since 4.4.0since 4.4.0URIResolver does nothing so useXmlUtils(EntityResolver)
instead.URIResolver does nothing so useXmlUtils(EntityResolver, NamespaceContext, DocumentBuilderFactory)
instead.URIResolver does nothing so useXmlUtils(EntityResolver, NamespaceContext, DocumentBuilderFactory)
instead.
AdapterConfigManager
is now available, the only reason why this still exists is to avoid breaking sonic-mf