Bluestep JS Documentation
    Preparing search index...

    Interface SoapInterceptor

    interface SoapInterceptor {
        handleFault(t: SoapMessage): void;
        handleMessage(t: SoapMessage): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods