|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PublicationClientChild
Interface for SIP-Publication-Client(EPA/PUA). Upon creation of publication, enabler stores information:
| Method Summary | |
|---|---|
java.lang.String |
getEntity()
Retrieve entity for which this child publishes. |
java.lang.String |
getETag()
Retrieve ETag used in last publish request. |
void |
modifyPublication(java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
Modifies publication with passed document. |
void |
newPublication(java.lang.String entity,
java.lang.String eventPackage,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
This method should be used to create new publication. |
void |
removePublication()
Issues remove request. |
void |
setParentSbb(PublicationClientParentSbbLocalObject parent)
Set parent which will be notified about call results. |
| Method Detail |
|---|
void newPublication(java.lang.String entity,
java.lang.String eventPackage,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
entity - - entity id handling this part of publication. AOR of
resource.eventPackage - - name of event package, ie: "publish"document - - encoded document, which should be sent for publicationcontentType - - main type of MIME typecontentSubType - - sub type of MIME typeexpires - - number of seconds for which publication should be active. If
its equal to 0, it means ESC/PA should determine expires
interval by itself.
void modifyPublication(java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
document - - encoded document, which should be sent for publicationcontentType - - main type of MIME typecontentSubType - - sub type of MIME typeexpires - - number of seconds for which publication should be activevoid removePublication()
java.lang.String getEntity()
java.lang.String getETag()
void setParentSbb(PublicationClientParentSbbLocalObject parent)
parent -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||