Class AS4RequestHandler

java.lang.Object
com.helger.phase4.incoming.AS4RequestHandler
All Implemented Interfaces:
AutoCloseable

@NotThreadSafe public class AS4RequestHandler extends Object implements AutoCloseable
Process incoming AS4 transmissions. This class is responsible for handling data in a provider independent way (so e.g. not Servlet specific), only based on InputStream and OutputStream. For each incoming request, a new instance of this class is created.
Author:
Martin Bayerl, Philip Helger