de.fhhannover.inform.trust.ifmapj.messages
Interface PurgePublisherRequest

All Superinterfaces:
Request

public interface PurgePublisherRequest
extends Request

Interface that represents a purgePublisher request

Author:
aw

Method Summary
 String getPublisherId()
           
 void setPublisherId(String publisherId)
           
 
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.messages.Request
getSessionId, setSessionId
 

Method Detail

getPublisherId

String getPublisherId()
Returns:
the publisher-id of the MAPC to be purged.

setPublisherId

void setPublisherId(String publisherId)
Parameters:
publisherId - the publisher-id of the MAPC to be purged.
Throws:
NullPointerException - if the publisher-id is null.


Copyright © 2012 Trust@FHH. All Rights Reserved.