Interface AxisServiceConfigurator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setupService​(org.apache.axis2.description.AxisService service, boolean isClientSide)
      Set up the service so that it can receive messages through the transport under test.
    • Method Detail

      • setupService

        void setupService​(org.apache.axis2.description.AxisService service,
                          boolean isClientSide)
                   throws Exception
        Set up the service so that it can receive messages through the transport under test. Implementations will typically call AxisDescription.addParameter(Parameter) to setup the service parameters required by the transport. The default implementation does nothing.
        Parameters:
        service -
        isClientSide - TODO
        Throws:
        Exception