org.mule.transport.http.i18n
Class HttpMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.transport.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 couldNotSendExpect100()
           
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 requestLineIsMalformed(String line)
           
static org.mule.config.i18n.Message unableToGetEndpointUri(String requestURI)
           
static org.mule.config.i18n.Message unsupportedMethod(String method)
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, 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)

unsupportedMethod

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

couldNotSendExpect100

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

requestLineIsMalformed

public static org.mule.config.i18n.Message requestLineIsMalformed(String line)


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