Class AxisTestEndpoint

    • Constructor Detail

      • AxisTestEndpoint

        public AxisTestEndpoint()
    • Method Detail

      • createOperation

        protected abstract AxisOperation createOperation()
        Create an operation appropriate for the message exchange pattern implemented by the test endpoint. The operation returned should have a MessageReceiver set.
        Returns:
        the operation
      • onTransportError

        protected abstract void onTransportError​(Throwable ex)
        Process a transport error. Note that this method will only be called if the underlying transport supports reporting of transport errors.
        Parameters:
        ex - the exception describing the transport error