Class CustomPeppolIncomingSBDHandlerServiceImpl
java.lang.Object
com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
- All Implemented Interfaces:
ISBDHandlerService
@Scope("prototype")
@Service("CustomPeppolIncomingSBDHandlerServiceImpl")
public class CustomPeppolIncomingSBDHandlerServiceImpl
extends Object
implements ISBDHandlerService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle()voidsetHttpHeaders(com.helger.commons.http.HttpHeaderMap httpHeaders) voidsetMessageMetadata(com.helger.phase4.messaging.IAS4IncomingMessageMetadata messageMetadata) voidsetMessageState(com.helger.phase4.servlet.IAS4MessageState messageState) voidsetPeppolStandardBusinessDocumentHeader(com.helger.peppol.sbdh.PeppolSBDHDocument peppolStandardBusinessDocumentHeader) voidsetStandardBusinessDocument(org.unece.cefact.namespaces.sbdh.StandardBusinessDocument standardBusinessDocument) voidsetStandardBusinessDocumentBytes(byte[] standardBusinessDocumentBytes) voidsetUserMessage(com.helger.phase4.ebms3header.Ebms3UserMessage userMessage)
-
Constructor Details
-
CustomPeppolIncomingSBDHandlerServiceImpl
public CustomPeppolIncomingSBDHandlerServiceImpl()
-
-
Method Details
-
setMessageMetadata
public void setMessageMetadata(@Nonnull com.helger.phase4.messaging.IAS4IncomingMessageMetadata messageMetadata) - Specified by:
setMessageMetadatain interfaceISBDHandlerService
-
setHttpHeaders
- Specified by:
setHttpHeadersin interfaceISBDHandlerService
-
setUserMessage
- Specified by:
setUserMessagein interfaceISBDHandlerService
-
setStandardBusinessDocumentBytes
- Specified by:
setStandardBusinessDocumentBytesin interfaceISBDHandlerService
-
setStandardBusinessDocument
public void setStandardBusinessDocument(@Nonnull org.unece.cefact.namespaces.sbdh.StandardBusinessDocument standardBusinessDocument) - Specified by:
setStandardBusinessDocumentin interfaceISBDHandlerService
-
setPeppolStandardBusinessDocumentHeader
public void setPeppolStandardBusinessDocumentHeader(@Nonnull com.helger.peppol.sbdh.PeppolSBDHDocument peppolStandardBusinessDocumentHeader) - Specified by:
setPeppolStandardBusinessDocumentHeaderin interfaceISBDHandlerService
-
setMessageState
- Specified by:
setMessageStatein interfaceISBDHandlerService
-
handle
- Specified by:
handlein interfaceISBDHandlerService- Throws:
Exception
-