Class SoapServerMessages

java.lang.Object
org.mule.runtime.api.i18n.I18nMessageFactory
org.mule.soapkit.soap.server.SoapServerMessages

public class SoapServerMessages extends org.mule.runtime.api.i18n.I18nMessageFactory
  • Field Summary

    Fields inherited from class org.mule.runtime.api.i18n.I18nMessageFactory

    DEFAULT_RELOAD_CONTROL, reloadControl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.mule.runtime.api.i18n.I18nMessage
    couldNotFindEndpoint(QName endpointNameThatCannotBeFound, List<QName> availableEndpoingNames)
     
    protected static String
    getBundlePath(String bundleName)
     
    static org.mule.runtime.api.i18n.I18nMessage
    invalidOrMissingNamespace(QName serviceQName, List<QName> probableServices, List<QName> allServices)
     

    Methods inherited from class org.mule.runtime.api.i18n.I18nMessageFactory

    createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, createStaticMessage, getBundle, 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 Details

    • SoapServerMessages

      public SoapServerMessages()
  • Method Details

    • invalidOrMissingNamespace

      public static org.mule.runtime.api.i18n.I18nMessage invalidOrMissingNamespace(QName serviceQName, List<QName> probableServices, List<QName> allServices)
    • couldNotFindEndpoint

      public static org.mule.runtime.api.i18n.I18nMessage couldNotFindEndpoint(QName endpointNameThatCannotBeFound, List<QName> availableEndpoingNames)
    • getBundlePath

      protected static String getBundlePath(String bundleName)