| Methods in org.mobicents.slee.sipevent.server.publication that return Result |
Result |
PublicationClientControl.modifyPublication(java.lang.String entity,
java.lang.String eventPackage,
java.lang.String eTag,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
Modifies the publication identified by the specified Entity, SIP Event
Package and ETag. |
Result |
PublicationClientControl.newPublication(java.lang.String entity,
java.lang.String eventPackage,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
Creates a new publication for the specified Entity and SIP Event Package. |
Result |
PublicationClientControl.refreshPublication(java.lang.String entity,
java.lang.String eventPackage,
java.lang.String eTag,
int expires)
Refreshes the publication identified by the specified Entity, SIP Event
Package and ETag. |