org.mule.module.apikit
Class ConsoleHandler

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

public class ConsoleHandler
extends Object


Field Summary
static String DEFAULT_MIME_TYPE
           
protected  org.slf4j.Logger logger
           
static String MIME_TYPE_CSS
           
static String MIME_TYPE_GIF
           
static String MIME_TYPE_JAVASCRIPT
           
static String MIME_TYPE_PNG
           
 
Constructor Summary
ConsoleHandler(String ramlUri, String consolePath)
           
 
Method Summary
 org.mule.api.MuleEvent process(org.mule.api.MuleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MIME_TYPE

public static final String DEFAULT_MIME_TYPE
See Also:
Constant Field Values

MIME_TYPE_JAVASCRIPT

public static final String MIME_TYPE_JAVASCRIPT
See Also:
Constant Field Values

MIME_TYPE_PNG

public static final String MIME_TYPE_PNG
See Also:
Constant Field Values

MIME_TYPE_GIF

public static final String MIME_TYPE_GIF
See Also:
Constant Field Values

MIME_TYPE_CSS

public static final String MIME_TYPE_CSS
See Also:
Constant Field Values

logger

protected final org.slf4j.Logger logger
Constructor Detail

ConsoleHandler

public ConsoleHandler(String ramlUri,
                      String consolePath)
               throws org.mule.api.lifecycle.InitialisationException
Throws:
org.mule.api.lifecycle.InitialisationException
Method Detail

process

public org.mule.api.MuleEvent process(org.mule.api.MuleEvent event)
                               throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException


Copyright © 2013. All rights reserved.