public interface RequestInfo extends RequestInfoOperations, Object, IDLEntity
每个截取点被给定一个对象,通过该对象,该拦截器可以访问请求信息。客户端和服务器端拦截点关心的信息是不同的,所以有两个信息对象:ClientRequestInfo
传递到客户端拦截点和ServerRequestInfo
传递到服务器端拦截点。但这是共同的信息,所以他们都继承自一个共同的接口:RequestInfo
。
arguments, contexts, exceptions, forward_reference, get_reply_service_context, get_request_service_context, get_slot, operation_context, operation, reply_status, request_id, response_expected, result, sync_scope
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.