org.mule.transport.legstar.i18n
Class LegstarMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.transport.legstar.i18n.LegstarMessages

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

Indirect references to messages from a bundle.


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
LegstarMessages()
           
 
Method Summary
 org.mule.config.i18n.Message bindingTypeMismatch()
           
 org.mule.config.i18n.Message coxbInstantiationError(String coxbClassName)
           
 org.mule.config.i18n.Message encodingFailure(String encoding)
           
 org.mule.config.i18n.Message errorFormattingHostData()
           
 org.mule.config.i18n.Message errorReceivingHostData()
           
 org.mule.config.i18n.Message hostByteSizeCalcFailure(String coxbClassName)
           
 org.mule.config.i18n.Message hostMessageFormatFailure()
           
 org.mule.config.i18n.Message hostTransformFailure()
           
 org.mule.config.i18n.Message invalidBodyMessage()
           
 org.mule.config.i18n.Message invalidHostDataSize()
           
 org.mule.config.i18n.Message invalidLegstarHeader()
           
 org.mule.config.i18n.Message invalidProgramPropertyFile(String programPropFileName)
           
 org.mule.config.i18n.Message jaxbClassLoadFailure(String jaxbClassName)
           
 org.mule.config.i18n.Message missingEndpointProperty(String propertyName)
           
 org.mule.config.i18n.Message mqcihFormatNotNone(String format)
           
 org.mule.config.i18n.Message mqcihNonZeroCompCode(int compcode)
           
 org.mule.config.i18n.Message noMultiPartSupportFailure()
           
 org.mule.config.i18n.Message payloadNotXmlSource()
           
 org.mule.config.i18n.Message transformerInitializationFailure()
           
 org.mule.config.i18n.Message unmarshalFailure()
           
 
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

LegstarMessages

public LegstarMessages()
Method Detail

invalidLegstarHeader

public org.mule.config.i18n.Message invalidLegstarHeader()
Returns:
invalid legstar header in incoming message.

errorReceivingHostData

public org.mule.config.i18n.Message errorReceivingHostData()
Returns:
something went wrong while receiving the host data.

invalidHostDataSize

public org.mule.config.i18n.Message invalidHostDataSize()
Returns:
host data size must at least be large enough to hold a header. It cannot be zero.

errorFormattingHostData

public org.mule.config.i18n.Message errorFormattingHostData()
Returns:
was not able to create a host message.

missingEndpointProperty

public org.mule.config.i18n.Message missingEndpointProperty(String propertyName)
Parameters:
propertyName - name of missing property
Returns:
could not find an endpoint property.

transformerInitializationFailure

public org.mule.config.i18n.Message transformerInitializationFailure()
Returns:
was not able to initialize a transformer. Probably a setup issue like missing endpoint properties.

coxbInstantiationError

public org.mule.config.i18n.Message coxbInstantiationError(String coxbClassName)
Parameters:
coxbClassName - name of the binding class we are trying to instantiate
Returns:
instantiation of binding class failed.

invalidProgramPropertyFile

public org.mule.config.i18n.Message invalidProgramPropertyFile(String programPropFileName)
Parameters:
programPropFileName - name of the program properties file
Returns:
the file content is invalid.

unmarshalFailure

public org.mule.config.i18n.Message unmarshalFailure()
Returns:
failed to unmarshal data from the host. The binding is probably incorrect (does not match the cobol layout).

bindingTypeMismatch

public org.mule.config.i18n.Message bindingTypeMismatch()
Returns:
the binding type does not match the jaxb data type.

jaxbClassLoadFailure

public org.mule.config.i18n.Message jaxbClassLoadFailure(String jaxbClassName)
Parameters:
jaxbClassName - the jaxb class name
Returns:
failed to load the jaxb class (classpath issue).

hostByteSizeCalcFailure

public org.mule.config.i18n.Message hostByteSizeCalcFailure(String coxbClassName)
Parameters:
coxbClassName - the binding class name
Returns:
failed to calculate the host byte size for this binding.

encodingFailure

public org.mule.config.i18n.Message encodingFailure(String encoding)
Parameters:
encoding - the host character set
Returns:
Unsupported encoding.

hostMessageFormatFailure

public org.mule.config.i18n.Message hostMessageFormatFailure()
Returns:
LegStar message format is invalid.

hostTransformFailure

public org.mule.config.i18n.Message hostTransformFailure()
Returns:
Unable to transform data.

noMultiPartSupportFailure

public org.mule.config.i18n.Message noMultiPartSupportFailure()
Returns:
Transformer does not support multi part payloads.

payloadNotXmlSource

public org.mule.config.i18n.Message payloadNotXmlSource()
Returns:
Mule message payload is not an XML source.

mqcihFormatNotNone

public org.mule.config.i18n.Message mqcihFormatNotNone(String format)
Parameters:
format - MQCIH format returned
Returns:
MQCIH header format is not none.

mqcihNonZeroCompCode

public org.mule.config.i18n.Message mqcihNonZeroCompCode(int compcode)
Parameters:
compcode - completion code
Returns:
MQCIH non zero completion code.

invalidBodyMessage

public org.mule.config.i18n.Message invalidBodyMessage()
Returns:
Mule message has invalid body


Copyright © 2013 LegSem. All Rights Reserved.