public static class

PublisherHandler.ContentDistributionContext

extends Object
java.lang.Object
   ↳ org.mule.module.pubsubhubbub.handler.PublisherHandler.ContentDistributionContext

Summary

Fields
private final URI callbackUrl
private final String contentType
private final String payload
private final URI topicUrl
Protected Constructors
PublisherHandler.ContentDistributionContext(URI topicUrl, String contentType, String payload, URI callbackUrl)
Public Methods
URI getCallbackUrl()
String getContentType()
String getPayload()
URI getTopicUrl()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private final URI callbackUrl

private final String contentType

private final String payload

private final URI topicUrl

Protected Constructors

protected PublisherHandler.ContentDistributionContext (URI topicUrl, String contentType, String payload, URI callbackUrl)

Parameters
topicUrl
contentType
payload
callbackUrl

Public Methods

public URI getCallbackUrl ()

public String getContentType ()

public String getPayload ()

public URI getTopicUrl ()