Uses of Interface
com.helger.phase4.incoming.spi.IAS4IncomingMessageProcessorSPI
Packages that use IAS4IncomingMessageProcessorSPI
-
Uses of IAS4IncomingMessageProcessorSPI in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming with type parameters of type IAS4IncomingMessageProcessorSPIModifier and TypeMethodDescriptionfinal <T extends IAS4IncomingMessageProcessorSPI>
TAS4RequestHandler.getProcessorOfType(Class<T> aTargetClass) Find the message processor of the specified type.Methods in com.helger.phase4.incoming that return types with arguments of type IAS4IncomingMessageProcessorSPIModifier and TypeMethodDescriptionfinal Supplier<? extends com.helger.commons.collection.impl.ICommonsList<IAS4IncomingMessageProcessorSPI>> AS4RequestHandler.getProcessorSupplier()Method parameters in com.helger.phase4.incoming with type arguments of type IAS4IncomingMessageProcessorSPIModifier and TypeMethodDescriptionfinal AS4RequestHandlerAS4RequestHandler.setProcessorSupplier(Supplier<? extends com.helger.commons.collection.impl.ICommonsList<IAS4IncomingMessageProcessorSPI>> aProcessorSupplier) Set a different processor supplier -
Uses of IAS4IncomingMessageProcessorSPI in com.helger.phase4.incoming.mgr
Methods in com.helger.phase4.incoming.mgr that return types with arguments of type IAS4IncomingMessageProcessorSPIModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<IAS4IncomingMessageProcessorSPI> AS4IncomingMessageProcessorManager.getAllProcessors()