public abstract class

AbstractConnectedProcessor

extends AbstractExpressionEvaluator
java.lang.Object
   ↳ org.mule.module.kindling.processors.AbstractExpressionEvaluator
     ↳ org.mule.module.kindling.processors.AbstractConnectedProcessor
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected String _companyNameType
protected String _passwordType
protected String _usernameType
protected Object companyName
protected Object password
protected Object username
Public Constructors
AbstractConnectedProcessor()
Public Methods
Object getCompanyName()
Retrieves companyName
Object getPassword()
Retrieves password
Object getUsername()
Retrieves username
void setCompanyName(Object value)
Sets companyName
void setPassword(Object value)
Sets password
void setUsername(Object value)
Sets username
[Expand]
Inherited Methods
From class org.mule.module.kindling.processors.AbstractExpressionEvaluator
From class java.lang.Object

Fields

protected String _companyNameType

protected String _passwordType

protected String _usernameType

protected Object companyName

protected Object password

protected Object username

Public Constructors

public AbstractConnectedProcessor ()

Public Methods

public Object getCompanyName ()

Retrieves companyName

public Object getPassword ()

Retrieves password

public Object getUsername ()

Retrieves username

public void setCompanyName (Object value)

Sets companyName

Parameters
value Value to set

public void setPassword (Object value)

Sets password

Parameters
value Value to set

public void setUsername (Object value)

Sets username

Parameters
value Value to set