org.fcrepo.server.messaging
Interface APIMMessage

All Superinterfaces:
FedoraMessage
All Known Implementing Classes:
AtomAPIMMessage

public interface APIMMessage
extends FedoraMessage

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

Method Summary
 String getBaseUrl()
           
 Date getDate()
           
 String getMethodName()
           
 String getPID()
           
 
Methods inherited from interface org.fcrepo.server.messaging.FedoraMessage
getFormat, getServerVersion
 

Method Detail

getBaseUrl

String getBaseUrl()
Returns:
the Base URL of the Fedora Repository that generated the message, e.g. http://localhost:8080/fedora

getPID

String getPID()
Returns:
the PID or null if not applicable for the API-M method

getMethodName

String getMethodName()
Returns:
the name of the API-M method invoked

getDate

Date getDate()
Returns:
the Date object representing the timestamp of the method call


Copyright © 2011 DuraSpace. All Rights Reserved.