de.sagd.u4etx.cis
Interface IServiceMessage

All Known Implementing Classes:
AbstractServiceMessage

public interface IServiceMessage

This interface defines the methods all message encapsulating classes must implement.


Method Summary
 byte[] getMessage()
           
 ObjectType getObjectType()
           
 

Method Detail

getObjectType

public ObjectType getObjectType()

getMessage

public byte[] getMessage()
                  throws ServiceMessageException