corba/src/java.corba/share/classes/org/omg/CORBA/portable/InvokeHandler.java
changeset 29827 aac4782e69ac
parent 25862 a5e25d68f971
equal deleted inserted replaced
29659:f40752db7773 29827:aac4782e69ac
     1 /*
     1 /*
     2  * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    54      * <p>4. If user exception occurred, create exception reply using
    54      * <p>4. If user exception occurred, create exception reply using
    55      *    ResponseHandler.
    55      *    ResponseHandler.
    56      * <p>5. Marshal reply into OutputStream returned by
    56      * <p>5. Marshal reply into OutputStream returned by
    57      *    ResponseHandler.
    57      *    ResponseHandler.
    58      * <p>6. Return OutputStream to ORB.
    58      * <p>6. Return OutputStream to ORB.
    59      * <p>
    59      *
    60      * @param method The method name.
    60      * @param method The method name.
    61      * @param input The <code>InputStream</code> containing the marshalled arguments.
    61      * @param input The <code>InputStream</code> containing the marshalled arguments.
    62      * @param handler The <code>ResponseHandler</code> which the servant uses
    62      * @param handler The <code>ResponseHandler</code> which the servant uses
    63      * to construct a proper reply
    63      * to construct a proper reply
    64      * @return The <code>OutputStream</code> created by the
    64      * @return The <code>OutputStream</code> created by the