org.mule.module.apikit
Class HttpProtocolAdapter

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

public class HttpProtocolAdapter
extends Object


Constructor Summary
HttpProtocolAdapter(org.mule.api.MuleEvent event)
           
 
Method Summary
 String getAcceptableResponseMediaTypes()
           
 URI getBaseURI()
           
 String getMethod()
           
 Map<String,Object> getQueryParams()
           
 String getRequestMediaType()
           
 URI getResourceURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProtocolAdapter

public HttpProtocolAdapter(org.mule.api.MuleEvent event)
Method Detail

getBaseURI

public URI getBaseURI()

getResourceURI

public URI getResourceURI()

getMethod

public String getMethod()

getAcceptableResponseMediaTypes

public String getAcceptableResponseMediaTypes()

getRequestMediaType

public String getRequestMediaType()

getQueryParams

public Map<String,Object> getQueryParams()


Copyright © 2013. All rights reserved.