Represents a Soap Client Object.

Hierarchy

  • Client

Constructors

Properties

Methods

Constructors

Properties

classes: {
    [key: string]: Class;
}

Retrieves classes loaded by this client

Type declaration

fqMethods: {
    [key: string]: {
        [key: string]: MethodByFQ;
    };
}

Retrieves Fully Qualified Methods.

Type declaration

methods: {
    [key: string]: Method;
}

Retrieves methods.

Type declaration

Methods

  • Create an instance from one of the classes loaded by this client

    Parameters

    • className: string

      Create an instance.

    Returns any

Generated using TypeDoc