Known Direct Subclasses
|
Class Overview
A RestModuleCapabilitiesAdapter is a wrapper around RestModule that implements org.mule.api.Capabilities interface.
Summary
| Public Methods |
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.rest.RestModule
|
Object
|
router(String templateUri, NestedProcessor get, NestedProcessor put, NestedProcessor post, NestedProcessor delete, NestedProcessor patch, String method, String uri, InterceptCallback cont)
A REST router is an intercepting message processor that will only execute if the incoming message
contains a http.request.path property that matches the templareUri parameter.
|
|
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)
|
|
From interface
org.mule.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
Public Constructors
public
RestModuleCapabilitiesAdapter
()
Public Methods
public
boolean
isCapableOf
(Capability capability)
Returns true if this module implements such capability