Author: ffang
Date: Thu Mar 24 08:47:54 2011
New Revision: 1084877
URL: http://svn.apache.org/viewvc?rev=1084877&view=rev
Log:
Merged revisions 1084876 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1084876 | ffang | 2011-03-24 16:40:50 +0800 (四, 24 3 2011) | 1 line
[CXF-3412]ManagedEndpoint.getTransportId return endpoint address
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ManagedEndpoint.java
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ManagedEndpoint.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ManagedEndpoint.java?rev=1084877&r1=1084876&r2=1084877&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ManagedEndpoint.java
(original)
+++
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ManagedEndpoint.java
Thu Mar 24 08:47:54 2011
@@ -78,7 +78,7 @@ public class ManagedEndpoint implements
@ManagedAttribute(description = "TransportId Attribute", currencyTimeLimit
= 60)
public String getTransportId() {
- return endpoint.getEndpointInfo().getAddress();
+ return endpoint.getEndpointInfo().getTransportId();
}
@ManagedAttribute(description = "Server State")