org.mule.module.apikit
Class HttpRestRequest

java.lang.Object
  extended by org.mule.module.apikit.HttpRestRequest

public class HttpRestRequest
extends Object


Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
HttpRestRequest(org.mule.api.MuleEvent event, org.raml.model.Raml api)
           
 
Method Summary
 HttpProtocolAdapter getAdapter()
           
 String getMethod()
           
 String getResourcePath()
           
 org.mule.api.MuleEvent process(org.mule.construct.Flow flow, org.raml.model.Action action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.slf4j.Logger logger
Constructor Detail

HttpRestRequest

public HttpRestRequest(org.mule.api.MuleEvent event,
                       org.raml.model.Raml api)
Method Detail

getAdapter

public HttpProtocolAdapter getAdapter()

getResourcePath

public String getResourcePath()

getMethod

public String getMethod()

process

public org.mule.api.MuleEvent process(org.mule.construct.Flow flow,
                                      org.raml.model.Action action)
                               throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException


Copyright © 2013. All rights reserved.