Mule PubSubHubbub (aka PuSH) Module
Install Guide
Java API
Mule API
Package Index
|
Class Index
org.mule.module.pubsubhubbub
org.mule.module.pubsubhubbub.config
org.mule.module.pubsubhubbub.config.spring
org.mule.module.pubsubhubbub.data
org.mule.module.pubsubhubbub.handler
org.mule.module.pubsubhubbub.request
org.mule.module.pubsubhubbub.rome
Classes
Constants
HubModule
HubResponse
HubUtils
Enums
HubMode
VerificationType
Package Index
|
Class Index
Summary:
Fields
|
Methods
|
Inherited Methods
|
[Expand All]
public class
HubResponse
extends Object
java.lang.Object
↳
org.mule.module.pubsubhubbub.HubResponse
Summary
Fields
private final String
body
private final int
status
Public Methods
static
HubResponse
accepted
()
static
HubResponse
badRequest
(String message)
String
getBody
()
int
getStatus
()
static
HubResponse
noContent
()
static
HubResponse
serverError
(String message)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private final String
body
private final int
status
Public Methods
public static
HubResponse
accepted
()
public static
HubResponse
badRequest
(String message)
Parameters
message
public String
getBody
()
public int
getStatus
()
public static
HubResponse
noContent
()
public static
HubResponse
serverError
(String message)
Parameters
message