public interface ConfigurableMessageAdapterFactory extends MessageAdapter.Factory
ConfigurableMessageAdapterFactory
creates MessageAdapter.Factory
with the given specification string.Modifier and Type | Method and Description |
---|---|
MessageAdapter.Factory |
createMessageAdapterFactory(String spec)
Deprecated.
Creates
MessageAdapter.Factory with the given specification string. |
createAdapter
MessageAdapter.Factory createMessageAdapterFactory(String spec) throws AddressSyntaxException
MessageAdapter.Factory
with the given specification string.NullPointerException
- if spec is null.AddressSyntaxException
- if spec is illegal or not supported.Copyright © 2002–2025 Devexperts LLC. All rights reserved.