org.omg.CORBA.portable
Interface InvokeHandler

All Known Subinterfaces:
Tie
All Known Implementing Classes:
_BindingIteratorImplBase, _NamingContextExtImplBase, _NamingContextImplBase, BindingIteratorPOA, NamingContextExtPOA, NamingContextPOA, ServantActivatorPOA, ServantLocatorPOA

public interface InvokeHandler

Provides the dispatching mechanism for incoming call.


Method Summary
 OutputStream _invoke(String method, InputStream input, ResponseHandler handler)
          Invoke the object method.
 

Method Detail

_invoke

OutputStream _invoke(String method,
                     InputStream input,
                     ResponseHandler handler)
                     throws SystemException
Invoke the object method.

Parameters:
method - the name of the method to invoke.
input - the input stream to read parameters from.
handler - the response handler, used for creating the reply.
Returns:
the output stream, returned by ResponseHandler. The response values are already written to that stream.
Throws:
SystemException - if invocation has failed due CORBA system exception.