org.fcrepo.server.messaging
Interface FedoraMessage

All Known Subinterfaces:
APIMMessage
All Known Implementing Classes:
AtomAPIMMessage

public interface FedoraMessage

Implementations should override toString() to provide a serialization of the message.

Since:
3.0
Version:
$Id$
Author:
Edwin Shin

Method Summary
 String getFormat()
          An identifier for the serialization format of the message.
 String getServerVersion()
          Version of the Fedora server that produced the message (version.major + version.minor), e.g.
 

Method Detail

getServerVersion

String getServerVersion()
Version of the Fedora server that produced the message (version.major + version.minor), e.g. 3.0b2. Messages generated by clients should return the version of the Fedora server the message is intended for.

Returns:
Fedora server version

getFormat

String getFormat()
An identifier for the serialization format of the message.

Returns:


Copyright © 2011 DuraSpace. All Rights Reserved.