Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-3412

ManagedEndpoint.getTransportId return endpoint address

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2
    • 2.4, 2.3.4
    • Core
    • None

    Description

      Is it a bug that ManagedEndpoint.getTransportId() just return the endpoint's address. I would expect it return endpoint.getTransportId()

       ManagedEndpoint{   
          @ManagedAttribute(description = "TransportId Attribute", currencyTimeLimit = 60)
          public String getTransportId() {
              return endpoint.getEndpointInfo().getAddress();
          }
          @ManagedAttribute(description = "Address Attribute", currencyTimeLimit = 60)
          public String getAddress() {
              return endpoint.getEndpointInfo().getAddress();
          }
       }
      

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            veaven David Liu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: