public interface MessageFactoryMapper
MessageFactory
.
Make sure to return fully-qualified class names when implementing this interface.Modifier and Type | Method and Description |
---|---|
String |
getMessageFactoryFromType(String messageType)
Given a message type, get the class name of a factory which can parse an incoming message into a Messaging VDM
object.
|
@Nullable String getMessageFactoryFromType(@Nonnull String messageType)
messageType
- The type of a message.MessageFactory
interface.Copyright © 2020 SAP SE. All rights reserved.