< prev index next >

src/java.corba/share/classes/org/omg/CORBA/portable/InvokeHandler.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 54,64 **** * <p>4. If user exception occurred, create exception reply using * ResponseHandler. * <p>5. Marshal reply into OutputStream returned by * ResponseHandler. * <p>6. Return OutputStream to ORB. ! * <p> * @param method The method name. * @param input The <code>InputStream</code> containing the marshalled arguments. * @param handler The <code>ResponseHandler</code> which the servant uses * to construct a proper reply * @return The <code>OutputStream</code> created by the --- 54,64 ---- * <p>4. If user exception occurred, create exception reply using * ResponseHandler. * <p>5. Marshal reply into OutputStream returned by * ResponseHandler. * <p>6. Return OutputStream to ORB. ! * * @param method The method name. * @param input The <code>InputStream</code> containing the marshalled arguments. * @param handler The <code>ResponseHandler</code> which the servant uses * to construct a proper reply * @return The <code>OutputStream</code> created by the
< prev index next >