Interface RequestInfoExt
- All Known Implementing Classes:
ClientRequestInfoImpl
,RequestInfoImpl
,ServerRequestInfoImpl
public interface RequestInfoExt
This interface is implemented by our implementation of
PortableInterceptor.ClientRequestInfo and
PortableInterceptor.ServerRequestInfo.
-
Method Summary
-
Method Details
-
connection
Connection connection()- Returns:
- The connection on which the request is made. The return value will be null when a local transport is used.
-