public abstract class

AbstractVerifiableRequest

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.module.pubsubhubbub.request.AbstractVerifiableRequest
Known Direct Subclasses

Summary

Constants
long serialVersionUID
Fields
private static final Log LOG
private final URI callbackUrl
private final long expiryTime
private final byte[] secret
private final List<URI> topicUrls
private final String verificationToken
private final VerificationType verificationType
Public Constructors
AbstractVerifiableRequest(Map<String, List<String>> formParams)
Public Methods
URI getCallbackUrl()
long getExpiryTime()
long getLeaseSeconds()
abstract String getMode()
byte[] getSecret()
List<TopicSubscription> getTopicSubscriptions()
List<URI> getTopicUrls()
String getVerificationToken()
VerificationType getVerificationType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

private static final Log LOG

private final URI callbackUrl

private final long expiryTime

private final byte[] secret

private final List<URI> topicUrls

private final String verificationToken

private final VerificationType verificationType

Public Constructors

public AbstractVerifiableRequest (Map<String, List<String>> formParams)

Parameters
formParams

Public Methods

public URI getCallbackUrl ()

public long getExpiryTime ()

public long getLeaseSeconds ()

public abstract String getMode ()

public byte[] getSecret ()

public List<TopicSubscription> getTopicSubscriptions ()

public List<URI> getTopicUrls ()

public String getVerificationToken ()

public VerificationType getVerificationType ()

public String toString ()