org.mule.transport.soap.axis.i18n
Class AxisMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.transport.soap.axis.i18n.AxisMessages

public class AxisMessages
extends MessageFactory


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
AxisMessages()
           
 
Method Summary
static Message cannotInvokeCallWithoutOperation()
           
static String clientProviderAndClientConfigConfigured()
           
static Message couldNotFindSoapProvider(String name)
           
static Message objectMustImplementAnInterface(String name)
           
static String serverProviderAndServerConfigConfigured()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, 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

AxisMessages

public AxisMessages()
Method Detail

objectMustImplementAnInterface

public static Message objectMustImplementAnInterface(String name)

serverProviderAndServerConfigConfigured

public static String serverProviderAndServerConfigConfigured()

clientProviderAndClientConfigConfigured

public static String clientProviderAndClientConfigConfigured()

cannotInvokeCallWithoutOperation

public static Message cannotInvokeCallWithoutOperation()

couldNotFindSoapProvider

public static Message couldNotFindSoapProvider(String name)


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