@Beta public class ContrAcctgInvoicingDocumentCreatedMessageFactory extends Object implements MessageFactory<ContrAcctgInvoicingDocumentCreatedMessage>
MessageFactory
interface to encapsulate the creation of a
ContrAcctgInvoicingDocumentCreatedMessage
.Constructor and Description |
---|
ContrAcctgInvoicingDocumentCreatedMessageFactory() |
Modifier and Type | Method and Description |
---|---|
ContrAcctgInvoicingDocumentCreatedMessage |
newMessage(String content)
Creates a new
ContrAcctgInvoicingDocumentCreatedMessage with the content of the message content/payload. |
public ContrAcctgInvoicingDocumentCreatedMessageFactory()
@Nonnull public ContrAcctgInvoicingDocumentCreatedMessage newMessage(@Nonnull String content)
ContrAcctgInvoicingDocumentCreatedMessage
with the content of the message content/payload.newMessage
in interface MessageFactory<ContrAcctgInvoicingDocumentCreatedMessage>
content
- The content/payload of the message.Copyright © 2019 SAP SE. All rights reserved.