Interface WSATService


  • public interface WSATService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void enableWSAT​(javax.xml.ws.Dispatch o)
      Default Behavior is without using WSDL policy, so we don't need this SPI to enable WS-AT But keep it in case we will use it in future
    • Method Detail

      • enableWSAT

        void enableWSAT​(javax.xml.ws.Dispatch o)
                 throws java.lang.Exception
        Default Behavior is without using WSDL policy, so we don't need this SPI to enable WS-AT But keep it in case we will use it in future
        Parameters:
        o -
        Throws:
        java.lang.Exception