com.ibm.wsspi.webservices.wsat

Interface WSATService



  • public interface WSATService
    • Method Summary

      Methods 
      Modifier and Type Method and 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