org.omg.PortableInterceptor
Interface ServerRequestInterceptorOperations
- All Superinterfaces:
- InterceptorOperations
- All Known Subinterfaces:
- ServerRequestInterceptor
- All Known Implementing Classes:
- CSIServerRequestInterceptor
public interface ServerRequestInterceptorOperations
- extends InterceptorOperations
receive_request_service_contexts
void receive_request_service_contexts(ServerRequestInfo ri)
throws ForwardRequest
- Throws:
ForwardRequest
receive_request
void receive_request(ServerRequestInfo ri)
throws ForwardRequest
- Throws:
ForwardRequest
send_reply
void send_reply(ServerRequestInfo ri)
send_exception
void send_exception(ServerRequestInfo ri)
throws ForwardRequest
- Throws:
ForwardRequest
send_other
void send_other(ServerRequestInfo ri)
throws ForwardRequest
- Throws:
ForwardRequest
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.