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


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
HttpMessages()
           
 
Method Summary
static org.mule.config.i18n.Message authRealmMustBeSetOnFilter()
           
static org.mule.config.i18n.Message basicFilterCannotHandleHeader(String header)
           
static org.mule.config.i18n.Message cannotBindToAddress(String path)
           
static org.mule.config.i18n.Message couldNotSendExpect100()
           
static org.mule.config.i18n.Message customHeaderMapDeprecated()
           
static org.mule.config.i18n.Message eventPropertyNotSetCannotProcessRequest(String property)
           
static org.mule.config.i18n.Message failedToConnect(URI uri)
           
static org.mule.config.i18n.Message fileNotFound(String file)
           
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 noResourceBaseDefined()
           
static org.mule.config.i18n.Message pollingReciverCannotbeUsed()
           
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 sslHandshakeDidNotComplete()
           
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, getClassLoader, getReloadControl, 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)

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)

pollingReciverCannotbeUsed

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

sslHandshakeDidNotComplete

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

customHeaderMapDeprecated

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

basicFilterCannotHandleHeader

public static org.mule.config.i18n.Message basicFilterCannotHandleHeader(String header)

authRealmMustBeSetOnFilter

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

noResourceBaseDefined

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

fileNotFound

public static org.mule.config.i18n.Message fileNotFound(String file)


Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.