Class AAASEndpoint

java.lang.Object
com.aquima.web.aaas.AbstractEndpoint
com.aquima.web.aaas.AAASEndpoint

public final class AAASEndpoint extends AbstractEndpoint
Webservice endpoint that handle an AAAS request and returns a response. This class is essentially a singleton. Threads from the application servers thread-pool will get their own dedicated instances for XML marshalling (Transformer) and unmarshalling (DocumentBuilder), to improve performance.
Since:
9.0
Author:
Jon van Leuven
  • Method Details Link icon

    • handle Link icon

      public Document handle(org.springframework.ws.transport.WebServiceConnection requestConnection, org.springframework.ws.soap.SoapMessage soapMessage, com.aquima.interactions.foundation.ApplicationID appId, String serviceName) throws Exception
      Throws:
      Exception