org.omg.CosNaming
public abstract class _NamingContextImplBase extends DynamicImplementation implements NamingContext, InvokeHandler
Method Summary | |
---|---|
void | invoke(ServerRequest request)
The obsolete invocation using server request. |
String[] | _ids()
Return the array of repository ids. |
OutputStream | _invoke(String method, InputStream in, ResponseHandler rh)
The server calls this method after receiving the request message
from client. |
Parameters: request a server request.
Parameters: method the method being invoked. in the stream to read parameters from. rh the handler to get a stream for writing a response.
Returns: the stream, returned by the handler.