This class represents an endpoint method that participates in a XA Transaction

Hierarchy

  • XATransactionMethod

Constructors

Properties

Constructors

  • Initialize a XA transaction method that participates in a XA Transaction

    Parameters

    • uri: string

      the endpoint URI that will participate in the XA Transaction

    • Optional httpMethod: HttpMethod

      the http method for the endpoint

    Returns XATransactionMethod

Properties

httpMethod: HttpMethod = HttpMethod.POST

the http method for the endpoint

uri: string

the endpoint URI that will participate in the XA Transaction

Copyright © 2022, 2024, Oracle and/or its affiliates.