A C D E G H I L N O S T 

A

append(String) - Method in class org.mule.example.hello.ChatString
 
append(StringBuffer) - Method in class org.mule.example.hello.ChatString
 

C

chat(ChatString) - Method in class org.mule.example.hello.ChitChatter
 
ChatString - Class in org.mule.example.hello
ChatString TODO (document class)
ChatString() - Constructor for class org.mule.example.hello.ChatString
 
ChatStringToString - Class in org.mule.example.hello
NameStringToChatString is a dummy transformer used in the hello world application to transform the ChatString object into a string.
ChatStringToString() - Constructor for class org.mule.example.hello.ChatStringToString
 
ChitChatter - Class in org.mule.example.hello
ChitChatter TODO (document class)
ChitChatter() - Constructor for class org.mule.example.hello.ChitChatter
 

D

doTransform(Object, String) - Method in class org.mule.example.hello.ChatStringToString
 
doTransform(Object, String) - Method in class org.mule.example.hello.ExceptionToString
 
doTransform(Object, String) - Method in class org.mule.example.hello.HttpRequestToNameString
 
doTransform(Object, String) - Method in class org.mule.example.hello.NameStringToChatString
 
doTransform(Object, String) - Method in class org.mule.example.hello.StdinToNameString
 
doTransform(Object, String) - Method in class org.mule.example.hello.StringToNameString
 

E

ExceptionToString - Class in org.mule.example.hello
ExceptionToString converts an exception to a String, returning the exception's getMessage() result.
ExceptionToString() - Constructor for class org.mule.example.hello.ExceptionToString
 

G

getGreeting() - Method in class org.mule.example.hello.NameString
 
getGreetingPart1() - Static method in class org.mule.example.hello.LocaleMessage
 
getGreetingPart2() - Static method in class org.mule.example.hello.LocaleMessage
 
getInvalidUserNameError() - Static method in class org.mule.example.hello.LocaleMessage
 
getName() - Method in class org.mule.example.hello.NameString
 
getPrompt() - Static method in class org.mule.example.hello.LocaleMessage
 
getSize() - Method in class org.mule.example.hello.ChatString
 
greet(NameString) - Method in class org.mule.example.hello.Greeter
 
Greeter - Class in org.mule.example.hello
Greeter expects a valid NameString object.
Greeter() - Constructor for class org.mule.example.hello.Greeter
 

H

HttpRequestToNameString - Class in org.mule.example.hello
 
HttpRequestToNameString() - Constructor for class org.mule.example.hello.HttpRequestToNameString
 

I

insert(int, char[]) - Method in class org.mule.example.hello.ChatString
 
insert(int, char[], int, int) - Method in class org.mule.example.hello.ChatString
 
isValid() - Method in class org.mule.example.hello.NameString
 

L

LocaleMessage - Class in org.mule.example.hello
LocaleMessage is a convenience interface for retrieving internationalised strings from resource bundles.
LocaleMessage() - Constructor for class org.mule.example.hello.LocaleMessage
 

N

NameString - Class in org.mule.example.hello
NameString is a simple string wrapper that holds a name and a greeting string
NameString() - Constructor for class org.mule.example.hello.NameString
 
NameString(String) - Constructor for class org.mule.example.hello.NameString
 
NameStringToChatString - Class in org.mule.example.hello
NameStringToChatString converts from a NameString object to a ChatString object.
NameStringToChatString() - Constructor for class org.mule.example.hello.NameStringToChatString
 

O

org.mule.example.hello - package org.mule.example.hello
 

S

setGreeting(String) - Method in class org.mule.example.hello.NameString
 
setName(String) - Method in class org.mule.example.hello.NameString
 
StdinToNameString - Class in org.mule.example.hello
The transformation removes break-lines and newlines from the string, which potentially could have been added during a stdin input operation.
StdinToNameString() - Constructor for class org.mule.example.hello.StdinToNameString
 
StringToNameString - Class in org.mule.example.hello
StringToNameString converts from a String to a NameString object.
StringToNameString() - Constructor for class org.mule.example.hello.StringToNameString
 

T

toString() - Method in class org.mule.example.hello.ChatString
 
A C D E G H I L N O S T 

Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.