FileDocCategorySizeDatePackage
CorbaMessageMediator.javaAPI DocJava SE 5 API4605Fri Aug 26 14:54:40 BST 2005com.sun.corba.se.spi.protocol

CorbaMessageMediator

public interface CorbaMessageMediator implements org.omg.CORBA.portable.ResponseHandler, com.sun.corba.se.pept.protocol.MessageMediator
author
Harold Carr

Fields Summary
Constructors Summary
Methods Summary
public org.omg.CORBA.portable.OutputStreamcreateExceptionReply()

public org.omg.CORBA.portable.OutputStreamcreateReply()

public booleanexecutePIInResponseConstructor()

public booleanexecuteRemoveThreadInfoInResponseConstructor()

public booleanexecuteReturnServantInResponseConstructor()

public shortgetAddrDisposition()

public shortgetAddrDispositionReply()

public java.nio.ByteBuffergetDispatchBuffer()

public com.sun.corba.se.impl.protocol.giopmsgheaders.MessagegetDispatchHeader()

public bytegetEncodingVersion()

public com.sun.corba.se.spi.ior.IORgetForwardedIOR()

public com.sun.corba.se.spi.ior.iiop.GIOPVersiongetGIOPVersion()

public com.sun.corba.se.impl.protocol.giopmsgheaders.LocateReplyMessagegetLocateReplyHeader()

public com.sun.corba.se.spi.ior.ObjectKeygetObjectKey()

public java.lang.StringgetOperationName()

public com.sun.corba.se.spi.protocol.CorbaProtocolHandlergetProtocolHandler()

public com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessagegetReplyHeader()

public com.sun.corba.se.spi.servicecontext.ServiceContextsgetReplyServiceContexts()

public com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessagegetRequestHeader()

public intgetRequestId()

public java.lang.IntegergetRequestIdInteger()

public com.sun.corba.se.spi.servicecontext.ServiceContextsgetRequestServiceContexts()

public bytegetStreamFormatVersion()

public bytegetStreamFormatVersionForReply()

public org.omg.CORBA.SystemExceptiongetSystemExceptionReply()

public intgetThreadPoolToUse()

public voidhandleDIIReply(org.omg.CORBA_2_3.portable.InputStream inputStream)

public booleanisDIIRequest()

public booleanisDifferentAddrDispositionRequestedReply()

public booleanisLocationForwardReply()

public booleanisOneWay()

public booleanisSystemExceptionReply()

public booleanisUserExceptionReply()

public voidsendCancelRequestIfFinalFragmentNotSent()

public voidsetDIIException(java.lang.Exception exception)

public voidsetDIIInfo(org.omg.CORBA.Request request)

public voidsetDispatchBuffer(java.nio.ByteBuffer byteBuffer)

public voidsetDispatchHeader(com.sun.corba.se.impl.protocol.giopmsgheaders.Message msg)

public voidsetExecutePIInResponseConstructor(boolean b)

public voidsetExecuteRemoveThreadInfoInResponseConstructor(boolean b)

public voidsetExecuteReturnServantInResponseConstructor(boolean b)

public voidsetProtocolHandler(com.sun.corba.se.spi.protocol.CorbaProtocolHandler protocolHandler)

public voidsetReplyExceptionDetailMessage(java.lang.String message)

public voidsetReplyHeader(com.sun.corba.se.impl.protocol.giopmsgheaders.LocateReplyOrReplyMessage header)

public java.lang.ExceptionunmarshalDIIUserException(java.lang.String repoId, org.omg.CORBA_2_3.portable.InputStream inputStream)