Interface AxisTestClientContextConfigurator


  • public interface AxisTestClientContextConfigurator
    Resource used to determine whether a transport listener is required and to configure the transport.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isTransportListenerRequired()
      Determine whether a transport listener is required on client side.
      void setupTransport​(org.apache.axis2.description.TransportInDescription trpInDesc, org.apache.axis2.description.TransportOutDescription trpOutDesc)
      Setup the transport on client side.
    • Method Detail

      • isTransportListenerRequired

        boolean isTransportListenerRequired()
        Determine whether a transport listener is required on client side.
        Returns:
        true if a transport listener instance is required
      • setupTransport

        void setupTransport​(org.apache.axis2.description.TransportInDescription trpInDesc,
                            org.apache.axis2.description.TransportOutDescription trpOutDesc)
                     throws Exception
        Setup the transport on client side.
        Parameters:
        trpInDesc -
        trpOutDesc -
        Throws:
        Exception