public interface RequestInfo extends RequestInfoOperations, Object, IDLEntity
每个拦截点都有一个对象,通过该对象,拦截器可以访问请求信息。 客户端和服务器端拦截点都涉及到不同的信息,所以有两个信息对象: ClientRequestInfo
被传递给客户端拦截点, ServerRequestInfo
传递给服务器端拦截点。 但是有两个共同的信息,所以它们都从一个通用的接口继承: RequestInfo
。
ClientRequestInfo
, ServerRequestInfo
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.