Bluestep JS Documentation
    Preparing search index...

    Interface Interceptor<T>

    interface Interceptor<T extends Bluestep.Soap.Message> {
        handleFault(t: T): void;
        handleMessage(t: T): void;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Methods

    • Parameters

      Returns void

    • Parameters

      Returns void