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(InputStream aRequestInputStream, com.helger.commons.http.HttpHeaderMap aRequestHttpHeaders, 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 IAS4ResponseAbstractionAS4XServletHandler.createResponseAbstraction(AS4UnifiedResponse aHttpResponse) Create theIAS4ResponseAbstractionfor use withAS4UnifiedResponse.