/* * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.corba.se.impl.protocol.giopmsgheaders; /** * This interface captures the FragmentMessage contract. * * @author Ram Jeyaraman 05/14/2000 */ public interface FragmentMessage extends Message { int getRequestId(); int getHeaderLength(); }