org.mule.providers.http.i18n
Class HttpMessages

java.lang.Object
  extended byorg.mule.config.i18n.MessageFactory
      extended byorg.mule.providers.http.i18n.HttpMessages

public class HttpMessages
extends org.mule.config.i18n.MessageFactory


Constructor Summary
HttpMessages()
           
 
Method Summary
static org.mule.config.i18n.Message cannotBindToAddress(String path)
           
static org.mule.config.i18n.Message eventPropertyNotSetCannotProcessRequest(String property)
           
static org.mule.config.i18n.Message failedToConnect(URI uri)
           
static org.mule.config.i18n.Message httpParameterNotSet(String string)
           
static org.mule.config.i18n.Message malformedSyntax()
           
static org.mule.config.i18n.Message methodNotAllowed(String method)
           
static org.mule.config.i18n.Message noConnectorForProtocolServlet()
           
static org.mule.config.i18n.Message noServletConnectorFound(String name)
           
static org.mule.config.i18n.Message receiverPropertyNotSet()
           
static org.mule.config.i18n.Message requestFailedWithStatus(String string)
           
static org.mule.config.i18n.Message unableToGetEndpointUri(String requestURI)
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getString, getString, getString, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMessages

public HttpMessages()
Method Detail

requestFailedWithStatus

public static org.mule.config.i18n.Message requestFailedWithStatus(String string)

unableToGetEndpointUri

public static org.mule.config.i18n.Message unableToGetEndpointUri(String requestURI)

receiverPropertyNotSet

public static org.mule.config.i18n.Message receiverPropertyNotSet()

httpParameterNotSet

public static org.mule.config.i18n.Message httpParameterNotSet(String string)

noConnectorForProtocolServlet

public static org.mule.config.i18n.Message noConnectorForProtocolServlet()

noServletConnectorFound

public static org.mule.config.i18n.Message noServletConnectorFound(String name)

malformedSyntax

public static org.mule.config.i18n.Message malformedSyntax()

methodNotAllowed

public static org.mule.config.i18n.Message methodNotAllowed(String method)

failedToConnect

public static org.mule.config.i18n.Message failedToConnect(URI uri)

cannotBindToAddress

public static org.mule.config.i18n.Message cannotBindToAddress(String path)

eventPropertyNotSetCannotProcessRequest

public static org.mule.config.i18n.Message eventPropertyNotSetCannotProcessRequest(String property)


Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.