Uses of Interface
com.helger.phase4.incoming.IAS4ResponseAbstraction
Packages that use IAS4ResponseAbstraction
-
Uses of IAS4ResponseAbstraction in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming with parameters of type IAS4ResponseAbstractionModifier and TypeMethodDescriptionvoidAS4RequestHandler.handleRequest(@NonNull InputStream aRequestInputStream, @NonNull com.helger.http.header.HttpHeaderMap aRequestHttpHeaders, @NonNull IAS4ResponseAbstraction aHttpResponse) This is the main handling routine when called from an abstract (non-Servlet) API -
Uses of IAS4ResponseAbstraction in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return IAS4ResponseAbstractionModifier and TypeMethodDescriptionstatic @NonNull IAS4ResponseAbstractionAS4XServletHandler.createResponseAbstraction(@NonNull AS4UnifiedResponse aHttpResponse) Create theIAS4ResponseAbstractionfor use withAS4UnifiedResponse.