public interface

MessageInfo

implements MessageStruct
com.sun.pept.ept.MessageInfo

Class Overview

Summary

[Expand]
Inherited Constants
From interface com.sun.pept.presentation.MessageStruct
Public Methods
abstract Connection getConnection()

Does ...

abstract Decoder getDecoder()

Does ...

abstract EPTFactory getEPTFactory()

Does ...

abstract Encoder getEncoder()

Does ...

abstract MessageDispatcher getMessageDispatcher()

Does ...

abstract void setConnection(Connection connection)

Does ...

abstract void setDecoder(Decoder decoder)

Does ...

abstract void setEPTFactory(EPTFactory eptFactory)

Does ...

abstract void setEncoder(Encoder encoder)

Does ...

abstract void setMessageDispatcher(MessageDispatcher messageDispatcher)

Does ...

[Expand]
Inherited Methods
From interface com.sun.pept.presentation.MessageStruct

Public Methods

public abstract Connection getConnection ()

Does ...

Returns
  • a Connection with ...

public abstract Decoder getDecoder ()

Does ...

Returns
  • a Decoder with ...

public abstract EPTFactory getEPTFactory ()

Does ...

Returns
  • a EPTFactory with ...

public abstract Encoder getEncoder ()

Does ...

Returns
  • a Encoder with ...

public abstract MessageDispatcher getMessageDispatcher ()

Does ...

Returns
  • a MessageDispatcher with ...

public abstract void setConnection (Connection connection)

Does ...

Parameters
connection ...

public abstract void setDecoder (Decoder decoder)

Does ...

Parameters
decoder ...

public abstract void setEPTFactory (EPTFactory eptFactory)

Does ...

Parameters
eptFactory ...

public abstract void setEncoder (Encoder encoder)

Does ...

Parameters
encoder ...

public abstract void setMessageDispatcher (MessageDispatcher messageDispatcher)

Does ...

Parameters
messageDispatcher ...