Index

C D E G H I M P S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

com.helger.phase4.springboot - package com.helger.phase4.springboot
 
com.helger.phase4.springboot.enumeration - package com.helger.phase4.springboot.enumeration
 
com.helger.phase4.springboot.service - package com.helger.phase4.springboot.service
 
com.helger.phase4.springboot.servlet - package com.helger.phase4.springboot.servlet
 
com.helger.phase4.springboot.spi - package com.helger.phase4.springboot.spi
 
Constants() - Constructor for class com.helger.phase4.springboot.enumeration.ESBDHHandlerServiceSelector.Constants
 
CUSTOM_PEPPOL_INCOMING - Enum constant in enum com.helger.phase4.springboot.enumeration.ESBDHHandlerServiceSelector
 
CUSTOM_PEPPOL_INCOMING_VALUE - Static variable in class com.helger.phase4.springboot.enumeration.ESBDHHandlerServiceSelector.Constants
 
CustomPeppolIncomingSBDHandlerServiceImpl - Class in com.helger.phase4.springboot.service
 
CustomPeppolIncomingSBDHandlerServiceImpl() - Constructor for class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
CustomPeppolIncomingSBDHandlerSPI - Class in com.helger.phase4.springboot.spi
This is one way of handling incoming messages: creating a domain object and passing it to a Spring Service object
CustomPeppolIncomingSBDHandlerSPI() - Constructor for class com.helger.phase4.springboot.spi.CustomPeppolIncomingSBDHandlerSPI
 
CustomPeppolIncomingViaInterfaceSPI - Class in com.helger.phase4.springboot.spi
This is one way of handling incoming messages: have an interface CustomPeppolIncomingViaInterfaceSPI.IPeppolIncomingHandler that mimics the parameters of the IPhase4PeppolIncomingSBDHandlerSPI handling method.
CustomPeppolIncomingViaInterfaceSPI() - Constructor for class com.helger.phase4.springboot.spi.CustomPeppolIncomingViaInterfaceSPI
 
CustomPeppolIncomingViaInterfaceSPI.IPeppolIncomingHandler - Interface in com.helger.phase4.springboot.spi
 

D

destroyer() - Method in class com.helger.phase4.springboot.servlet.ServletConfig
 

E

ESBDHHandlerServiceSelector - Enum in com.helger.phase4.springboot.enumeration
 
ESBDHHandlerServiceSelector.Constants - Class in com.helger.phase4.springboot.enumeration
 
exceptionTranslatesToAS4Error() - Method in class com.helger.phase4.springboot.spi.CustomPeppolIncomingSBDHandlerSPI
 
exceptionTranslatesToAS4Error() - Method in class com.helger.phase4.springboot.spi.CustomPeppolIncomingViaInterfaceSPI
 

G

getCryptoFactoryToUse() - Static method in class com.helger.phase4.springboot.servlet.ServletConfig
This method is a placeholder for retrieving a custom IAS4CryptoFactory.
getIncomingHandler() - Static method in class com.helger.phase4.springboot.spi.CustomPeppolIncomingViaInterfaceSPI
 
getLabel() - Method in enum com.helger.phase4.springboot.enumeration.ESBDHHandlerServiceSelector
 
getService(ESBDHHandlerServiceSelector) - Static method in class com.helger.phase4.springboot.service.SDBHandlerServiceLocator
Returns the Spring managed bean instance of the given service if it exists.

H

handle() - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
handle() - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 
handleIncomingSBD(IAS4IncomingMessageMetadata, HttpHeaderMap, Ebms3UserMessage, byte[], StandardBusinessDocument, PeppolSBDHDocument, IAS4MessageState) - Method in class com.helger.phase4.springboot.spi.CustomPeppolIncomingSBDHandlerSPI
 
handleIncomingSBD(IAS4IncomingMessageMetadata, HttpHeaderMap, Ebms3UserMessage, byte[], StandardBusinessDocument, PeppolSBDHDocument, IAS4MessageState) - Method in class com.helger.phase4.springboot.spi.CustomPeppolIncomingViaInterfaceSPI
 
handleIncomingSBD(IAS4IncomingMessageMetadata, HttpHeaderMap, Ebms3UserMessage, byte[], StandardBusinessDocument, PeppolSBDHDocument, IAS4MessageState) - Method in interface com.helger.phase4.springboot.spi.CustomPeppolIncomingViaInterfaceSPI.IPeppolIncomingHandler
Handle the provided incoming StandardBusinessDocument

I

ISBDHandlerService - Interface in com.helger.phase4.springboot.service
 

M

main(String[]) - Static method in class com.helger.phase4.springboot.Phase4SpringbootApplication
 
MyAS4Servlet() - Constructor for class com.helger.phase4.springboot.servlet.ServletConfig.MyAS4Servlet
 

P

Phase4SpringbootApplication - Class in com.helger.phase4.springboot
 
Phase4SpringbootApplication() - Constructor for class com.helger.phase4.springboot.Phase4SpringbootApplication
 

S

SDBHandlerServiceLocator - Class in com.helger.phase4.springboot.service
 
SDBHandlerServiceLocator() - Constructor for class com.helger.phase4.springboot.service.SDBHandlerServiceLocator
 
ServletConfig - Class in com.helger.phase4.springboot.servlet
 
ServletConfig() - Constructor for class com.helger.phase4.springboot.servlet.ServletConfig
 
ServletConfig.MyAS4Servlet - Class in com.helger.phase4.springboot.servlet
 
servletRegistrationBean(ServletContext) - Method in class com.helger.phase4.springboot.servlet.ServletConfig
 
setApplicationContext(ApplicationContext) - Method in class com.helger.phase4.springboot.service.SDBHandlerServiceLocator
 
setHttpHeaders(HttpHeaderMap) - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
setHttpHeaders(HttpHeaderMap) - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 
setIncomingHandler(CustomPeppolIncomingViaInterfaceSPI.IPeppolIncomingHandler) - Static method in class com.helger.phase4.springboot.spi.CustomPeppolIncomingViaInterfaceSPI
Call this method once on application startup.
setMessageMetadata(IAS4IncomingMessageMetadata) - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
setMessageMetadata(IAS4IncomingMessageMetadata) - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 
setMessageState(IAS4MessageState) - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
setMessageState(IAS4MessageState) - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 
setPeppolStandardBusinessDocumentHeader(PeppolSBDHDocument) - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
setPeppolStandardBusinessDocumentHeader(PeppolSBDHDocument) - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 
setStandardBusinessDocument(StandardBusinessDocument) - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
setStandardBusinessDocument(StandardBusinessDocument) - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 
setStandardBusinessDocumentBytes(byte[]) - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
setStandardBusinessDocumentBytes(byte[]) - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 
setUserMessage(Ebms3UserMessage) - Method in class com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl
 
setUserMessage(Ebms3UserMessage) - Method in interface com.helger.phase4.springboot.service.ISBDHandlerService
 

V

valueOf(String) - Static method in enum com.helger.phase4.springboot.enumeration.ESBDHHandlerServiceSelector
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.helger.phase4.springboot.enumeration.ESBDHHandlerServiceSelector
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G H I M P S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form